mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
avoid python C API segfault on intel mac
This commit is contained in:
parent
e49c2c7d29
commit
e3e659ca83
3 changed files with 9 additions and 1 deletions
|
|
@ -82,6 +82,8 @@ 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()};
|
||||
|
||||
int32_t n_inactive {0};
|
||||
int32_t max_lost_particles {10};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue