IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 6fbd39e4 authored by Felix Riehn's avatar Felix Riehn Committed by ralfulrich
Browse files

proposal continuous

parent 73ef560f
No related branches found
No related tags found
No related merge requests found
......@@ -149,9 +149,11 @@ namespace corsika::proposal {
}
void ContinuousProcess::showResults() const {
std::cout << " ******************************" << std::endl
<< " PROCESS::ContinuousProcess: " << std::endl;
std::cout << " energy lost dE (GeV) : " << energy_lost_ / 1_GeV << std::endl;
CORSIKA_LOG_DEBUG(
" ******************************\n"
" PROCESS::ContinuousProcess: \n"
" energy lost dE (GeV) : {}",
energy_lost_ / 1_GeV);
}
void ContinuousProcess::reset() { energy_lost_ = 0_GeV; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment