mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Remove unnecessary cast #402
This commit is contained in:
parent
62d4670d1b
commit
cdbb070d26
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class TestHarness(object):
|
|||
|
||||
def _run_openmc(self):
|
||||
if self._opts.mpi_exec:
|
||||
mpi_procs = int(self._opts.mpi_np)
|
||||
mpi_procs = self._opts.mpi_np
|
||||
else:
|
||||
mpi_procs = 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue