mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
update mac segfault fix format, fix python settings name
This commit is contained in:
parent
e3e659ca83
commit
5713ef700c
3 changed files with 3 additions and 4 deletions
|
|
@ -82,8 +82,7 @@ std::string path_output;
|
|||
std::string path_particle_restart;
|
||||
std::string path_sourcepoint;
|
||||
std::string path_statepoint;
|
||||
std::string empty_string = "";
|
||||
char const* path_statepoint_c {empty_string.c_str()};
|
||||
const char* path_statepoint_c {path_statepoint.c_str()};
|
||||
|
||||
int32_t n_inactive {0};
|
||||
int32_t max_lost_particles {10};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue