mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Renamed tests part_restart to particle_restart
This commit is contained in:
parent
94b3f90321
commit
5e445ae8aa
13 changed files with 2 additions and 2 deletions
|
|
@ -345,9 +345,9 @@ foreach(test ${TESTS})
|
|||
set(RESTART_FILE statepoint.7.h5)
|
||||
elseif(${test} MATCHES "test_sourcepoint_restart")
|
||||
set(RESTART_FILE statepoint.7.h5 source.7.h5)
|
||||
elseif(${test} MATCHES "test_part_restart_eigval")
|
||||
elseif(${test} MATCHES "test_particle_restart_eigval")
|
||||
set(RESTART_FILE particle_12_842.h5)
|
||||
elseif(${test} MATCHES "test_part_restart_fixed")
|
||||
elseif(${test} MATCHES "test_particle_restart_fixed")
|
||||
set(RESTART_FILE particle_7_6144.h5)
|
||||
else(${test} MATCHES "test_statepoint_restart")
|
||||
message(FATAL_ERROR "Restart test ${test} not recognized")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue