mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
fixed opt string mistake
This commit is contained in:
parent
67e16a9e93
commit
3d3c5e4455
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ if opts[0] != 'all':
|
|||
run_gfortran_phdf5 = True
|
||||
elif item == 'gfortran-petsc':
|
||||
run_gfortrani_petsc = True
|
||||
elif item == 'gfortran-phdf5_petsc':
|
||||
elif item == 'gfortran-phdf5-petsc':
|
||||
run_gfortran_phdf5_petsc = True
|
||||
elif item == 'gfortran-phdf5-petsc-opt':
|
||||
run_gfortran_phdf5_petsc_opt = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue