Skip to content

Commit

Permalink
working through warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigfried Haering committed Jun 26, 2024
1 parent 4bd2f76 commit ebb53f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ void IOOptions::read(TPS::Tps *tps, std::string prefix) {
setRestartFlags();

int status = mkdir(restart_dir_.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH);
if(status == 0) std::cout << "created restartBase directory: " << restart_dir_ << endl;
}

void IOOptions::setRestartFlags() {
Expand Down

0 comments on commit ebb53f8

Please sign in to comment.