Skip to content

Commit

Permalink
TYPO
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed Oct 6, 2023
1 parent db69dd8 commit 8c98d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreneuron/io/nrn_checkpoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ CheckPoints::CheckPoints(const std::string& save, const std::string& restore)
, restored(false) {
if (!save.empty()) {
if (nrnmpi_myid == 0) {
fs::create_directoires(save);
fs::create_directories(save);
}
}
}
Expand Down

0 comments on commit 8c98d09

Please sign in to comment.