IAP GITLAB

Skip to content
Snippets Groups Projects
Commit b6ce4e7f authored by Felix Riehn's avatar Felix Riehn
Browse files

remove debug output for epos

parent 142ceaea
No related branches found
No related tags found
No related merge requests found
...@@ -76,10 +76,7 @@ namespace corsika::epos { ...@@ -76,10 +76,7 @@ namespace corsika::epos {
::epos::aaset_(iarg); ::epos::aaset_(iarg);
// debug output settings // debug output settings
if (epos_listing_) ::epos::prnt1_.ish = 0;
::epos::prnt1_.ish = 4;
else
::epos::prnt1_.ish = 0; // debug level in epos, 0: off, 6: medium output
::epos::prnt3_.iwseed = 0; // 1: printout seeds, 0: off ::epos::prnt3_.iwseed = 0; // 1: printout seeds, 0: off
::epos::files_.ifch = 6; // output unit, 6: screen ::epos::files_.ifch = 6; // output unit, 6: screen
......
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