Skip to content

Commit

Permalink
Add EB_ODEQty to RegTests/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dmontgomeryNREL committed Oct 17, 2024
1 parent 88ca2d0 commit afbc707
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Exec/RegTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ if(PELE_ENABLE_EB)
if(PELE_DIM EQUAL 3)
add_subdirectory(EB_PipeFlow)
endif()
if(PELE_DIM EQUAL 2)
add_subdirectory(EB_ODEQty)
endif()
else()
add_subdirectory(EnclosedFlame)
add_subdirectory(EnclosedInjection)
Expand Down

0 comments on commit afbc707

Please sign in to comment.