Skip to content

Commit 58c1f4e

Browse files
committed
FEAT: if "ion" output type is specified, output magnetic coordinates
> I really wanted to get these out. That's why I did all those previous commits.
1 parent cfdabb0 commit 58c1f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/output.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ bool output(const Neutrals &neutrals,
251251
grid.radius_scgc);
252252
}
253253

254-
if (type_output == "bfield") {
254+
if (type_output == "bfield" || type_output == "ions") {
255255
AllOutputContainers[iOutput].store_variable("mlat",
256256
"Magnetic Latitude",
257257
"degrees",

0 commit comments

Comments
 (0)