Skip to content

Commit a111ed5

Browse files
name correction
1 parent 1875b23 commit a111ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acoustics/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ add_test(NAME [Acoustics]2D_submarine COMMAND Acoustics Test.sub.arc)
2424
if(FEMUTILS_HAS_SOLVER_BACKEND_HYPRE)
2525
add_test(NAME [Acoustics]2D_submarine_hypre COMMAND Acoustics Test.sub.hypre.arc)
2626
if(FEMUTILS_HAS_PARALLEL_SOLVER AND MPIEXEC_EXECUTABLE)
27-
add_test(NAME [Acoustics]2D_submarine_hypret_2pe COMMAND ${MPIEXEC_EXECUTABLE} -n 2 ./Acoustics Test.sub.hypre.arc)
27+
add_test(NAME [Acoustics]2D_submarine_hypre_2pe COMMAND ${MPIEXEC_EXECUTABLE} -n 2 ./Acoustics Test.sub.hypre.arc)
2828
endif()
2929
endif()

0 commit comments

Comments
 (0)