Skip to content

Commit

Permalink
+ fix compile to grab c string from cpp string
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Mitchell authored and llaniewski committed Sep 18, 2023
1 parent f39b393 commit 078f966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Handlers/cbRunR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ class rGeometry : public rWrapper {
}
}
if (some_na) {
ERROR("Some NA in Geometry (%s) assignment", it.name);
ERROR("Some NA in Geometry (%s) assignment", it.name.c_str());
}
}
solver->lattice->FlagOverwrite(NodeType, reg);
Expand Down

0 comments on commit 078f966

Please sign in to comment.