mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
must have a full filename
This commit is contained in:
parent
28cd0c5d3a
commit
6e523fa1f8
1 changed files with 1 additions and 1 deletions
|
|
@ -409,7 +409,7 @@ void finalize_batch()
|
|||
}
|
||||
|
||||
if(settings::surf_mcpl_write && simulation::current_batch == settings::n_batches){
|
||||
auto filename = settings::path_output + ".mcpl";
|
||||
auto filename = settings::path_output + "surface_source.mcpl";
|
||||
write_mcpl_source_point(filename.c_str(), true);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue