Skip to content

Commit

Permalink
Omit a 3D EB executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Dec 19, 2023
1 parent 126bd29 commit 27d543c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Exec/RegTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ if(PELELMEX_ENABLE_EB)
add_subdirectory(EB_EnclosedFlame)
add_subdirectory(EB_EnclosedVortex)
add_subdirectory(EB_FlowPastCylinder)
add_subdirectory(EB_PipeFlow)
if(PELELMEX_DIM GREATER 2)
add_subdirectory(EB_PipeFlow)
endif()
else()
if(PELELMEX_ENABLE_RADIATION)
add_subdirectory(SootRadTest)
Expand Down

0 comments on commit 27d543c

Please sign in to comment.