mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
removed last iter command
This commit is contained in:
parent
e94f84c1e2
commit
c107cb40a6
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ add_test('omp-phdf5-petsc-optimize', openmp=True, mpi=True, hdf5=True, petsc=Tru
|
|||
|
||||
# Check to see if we are to just print build configuratinos
|
||||
if opts.print_build_configs:
|
||||
for key in iter(tests):
|
||||
for key in tests:
|
||||
print('Configuration Name: {0}'.format(key))
|
||||
print(' Debug Flags:..........{0}'.format(tests[key].debug))
|
||||
print(' Optimization Flags:...{0}'.format(tests[key].optimize))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue