Skip to content

Commit

Permalink
Per #2227, realign variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie Prestopnik committed Oct 4, 2022
1 parent a0dad9e commit d405253
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/basic/vx_util/observation.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,17 +203,17 @@ class Observation

std::string _headerType;
std::string _stationId;
time_t _validTime;
double _latitude;
double _longitude;
double _elevation;
time_t _validTime;
double _latitude;
double _longitude;
double _elevation;
std::string _qualityFlag;
std::string _varName;
int varCode;
long hdrIndex;
double _pressureLevel;
double _height;
double _value;
int varCode;
long hdrIndex;
double _pressureLevel;
double _height;
double _value;


///////////////////////
Expand Down

0 comments on commit d405253

Please sign in to comment.