Skip to content

Commit

Permalink
Update src/weather_gen.cpp
Browse files Browse the repository at this point in the history
Co-Authored-By: ZhilkinSerg <ZhilkinSerg@users.noreply.github.com>
  • Loading branch information
OrenAudeles and ZhilkinSerg authored Jul 5, 2019
1 parent 9b2a067 commit f723f51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/weather_gen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ weather_generator::weather_generator() = default;
int weather_generator::current_winddir = 1000;

struct weather_gen_common {
double x, y, z;
double x;
double y;
double z;
double ctn;
double seasonal_variation;
unsigned modSEED;
Expand Down

0 comments on commit f723f51

Please sign in to comment.