Skip to content

Commit

Permalink
ScheduleManager ii
Browse files Browse the repository at this point in the history
  • Loading branch information
jmythms committed Mar 20, 2021
1 parent 3552c9e commit 753b109
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/EnergyPlus/ScheduleManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@ namespace ScheduleManager {
int UntilFld;
int xxcount;
// REAL(r64) tempval
static std::string CurrentThrough;
static std::string LastFor;
static std::string errmsg;
std::string CurrentThrough;
std::string LastFor;
std::string errmsg;
int kdy;
bool FileExists;
// for SCHEDULE:FILE
Expand Down

0 comments on commit 753b109

Please sign in to comment.