Skip to content

Commit

Permalink
update messege
Browse files Browse the repository at this point in the history
  • Loading branch information
zoeprieto committed Aug 23, 2024
1 parent c010270 commit 29f2aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ void finalize_batch()
write_source_point(filename.c_str(), surfbankspan, surf_work_index);
}
if (settings::info_surface_source){
write_message("Info batch {}", simulation::surf_source_bank.size());
write_message("Info surface source crossing {}/{}", simulation::surf_source_bank.size(), settings::n_particles);
}
}
}
Expand Down

0 comments on commit 29f2aa7

Please sign in to comment.