fixed opt string mistake

This commit is contained in:
Bryan Herman 2013-08-27 15:03:45 -04:00
parent 67e16a9e93
commit 3d3c5e4455

View file

@ -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