From 073f5704b352f374bac044e644f7f0df2177b77a Mon Sep 17 00:00:00 2001 From: YoungHui Park Date: Wed, 19 Aug 2020 17:36:37 -0500 Subject: [PATCH] Update src/simulation.cpp Co-authored-by: Paul Romano --- src/simulation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation.cpp b/src/simulation.cpp index f950fa71c..bcb48ab54 100644 --- a/src/simulation.cpp +++ b/src/simulation.cpp @@ -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); } }