Skip to content

Commit

Permalink
Filesystem handler is now in place.
Browse files Browse the repository at this point in the history
  • Loading branch information
Monika Sharma committed Sep 26, 2014
2 parents f2faabe + 393070e commit 2b38c43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/EnergyPlus/DataStringGlobals.cc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ namespace DataStringGlobals {
// na

// MODULE VARIABLE DECLARATIONS:
std::string ProgramPath; // Path for Program from EnergyPlusIniFileName
std::string ProgramPath; // Path for Program from INI file
std::string CurrentWorkingFolder; // Current working directory for run
std::string FullName; // Full name of file to open, including path
std::string IDDVerString; // Version information from the IDD (line 1)
Expand Down
2 changes: 1 addition & 1 deletion src/EnergyPlus/DataStringGlobals.hh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace DataStringGlobals {
// na

// MODULE VARIABLE DECLARATIONS:
extern std::string ProgramPath; // Path for Program from EnergyPlusIniFileName
extern std::string ProgramPath; // Path for Program from INI file
extern std::string CurrentWorkingFolder; // Current working directory for run
extern std::string FullName; // Full name of file to open, including path
extern std::string IDDVerString; // Version information from the IDD (line 1)
Expand Down
2 changes: 1 addition & 1 deletion src/EnergyPlus/DaylightingManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4050,7 +4050,7 @@ namespace DaylightingManager {
int TotDaylightingDElight; // Total Daylighting:DElight inputs
Real64 dLatitude; // double for argument passing
int iErrorFlag; // Error Flag for warning/errors returned from DElight
int iDElightErrorFile; // Unit number for reading DElight Error File (eplusout.delightdfdmp or outputDelightFile)
int iDElightErrorFile; // Unit number for reading DElight Error File
int iReadStatus; // Error File Read Status
std::string cErrorLine; // Each DElight Error line can be up to 210 characters long
std::string cErrorMsg; // Each DElight Error Message can be up to 200 characters long
Expand Down
2 changes: 1 addition & 1 deletion src/EnergyPlus/WindTurbine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ namespace WindTurbine {
std::string::size_type lnPtr; // scan pointer for Line input
int mon; // loop counter
bool wsStatFound; // logical noting that wind stats were found
bool fileExists; // true if inStatFileName file exists
bool fileExists; // true if Stat file exists
bool warningShown; // true if the <365 warning has already been shown
std::string lineIn;
FArray1D< Real64 > MonthWS( 12 );
Expand Down

6 comments on commit 2b38c43

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (monika0603) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: Build Failed

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (monika0603) - i386-Windows-7-VisualStudio-12: Build Failed

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (monika0603) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed)

Build Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (monika0603) - Win64-Windows-7-VisualStudio-12: Build Failed

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (monika0603) - x86_64-MacOS-10.9-clang: Tests Failed

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (monika0603) - x86_64-MacOS-10.9-clang-Debug: Tests Failed

Build Badge Test Badge

Please sign in to comment.