mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Some cleanup from self-review
This commit is contained in:
parent
a5a98fdfcd
commit
f7220b62db
7 changed files with 26 additions and 38 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue