mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
Update src/simulation.cpp
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
065d65d3a5
commit
073f5704b3
1 changed files with 1 additions and 1 deletions
|
|
@ -394,7 +394,7 @@ void finalize_batch()
|
|||
if (settings::surf_src_write && simulation::current_batch == settings::n_batches) {
|
||||
|
||||
auto filename = settings::path_output + "surface_source.h5";
|
||||
write_source_point(filename.c_str(), true); //!!
|
||||
write_source_point(filename.c_str(), true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue