Skip to content

Commit 4e678cf

Browse files
committed
STY: change names of variables
1 parent a37f3a5 commit 4e678cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/neutrals.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ Neutrals::Neutrals(Grid grid,
8888
species.push_back(tmp);
8989
}
9090

91-
velocity_name.push_back("Zonal Wind");
92-
velocity_name.push_back("Meridional Wind");
93-
velocity_name.push_back("Vertical Wind");
91+
velocity_name.push_back("velocity_east");
92+
velocity_name.push_back("velocity_north");
93+
velocity_name.push_back("velocity_up");
9494

9595
// State variables:
9696

0 commit comments

Comments
 (0)