Skip to content

Commit

Permalink
removed extraneous print
Browse files Browse the repository at this point in the history
  • Loading branch information
makeclean committed Jul 8, 2021
1 parent f29e0cf commit 4a1dd04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fluka/app/mainFluDAG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ int main(int argc, char* argv[]) {
// flabrt("FLUKAM","FLUDAG NO INPUT SPECIFIED");
return 1;
}
std::cout << chcmpt_.chinpf << std::endl;
}
const int flag = 2;
std::cout << "running fluka" << std::endl;
Expand Down

0 comments on commit 4a1dd04

Please sign in to comment.