mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
fix typo
This commit is contained in:
parent
b6aa2dc429
commit
22ce618601
1 changed files with 1 additions and 1 deletions
|
|
@ -410,7 +410,7 @@ void finalize_batch()
|
|||
|
||||
if(settings::surf_mcpl_write && simulation::current_batch == settings::n_batches){
|
||||
auto filename = settings::path_output + ".mcpl";
|
||||
write_mcplt_source_point(filename.c_str(), true);
|
||||
write_mcpl_source_point(filename.c_str(), true);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue