hydrobricks
Loading...
Searching...
No Matches
GlobVars.h
1#ifndef GLOB_VARS_H
2#define GLOB_VARS_H
3
4extern double g_timeStepInDays;
5
6// Constants
7extern const double g_dayInSec;
8
9#endif // GLOB_VARS_H