Some cleanup from self-review

This commit is contained in:
Patrick Shriwise 2020-04-09 13:29:55 -05:00
parent a5a98fdfcd
commit f7220b62db
7 changed files with 26 additions and 38 deletions

View file

@ -55,7 +55,6 @@ int openmc_init(int argc, char* argv[], const void* intracomm)
initialize_mpi(comm);
#endif
// Parse command-line arguments
int err = parse_command_line(argc, argv);
if (err) return err;
@ -89,7 +88,6 @@ int openmc_init(int argc, char* argv[], const void* intracomm)
}
#endif
// Initialize random number generator -- if the user specifies a seed, it
// will be re-initialized later
openmc::openmc_set_seed(DEFAULT_SEED);