Skip to content

Commit

Permalink
update location of Radiation dir
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Oct 19, 2024
1 parent 1860ff0 commit 41263e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Exec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ elseif (ERF_ENABLE_REGRESSION_TESTS_ONLY)
else ()
add_subdirectory(ABL)
add_subdirectory(SuperCell)
add_subdirectory(Radiation)
add_subdirectory(SquallLine_2D)
add_subdirectory(RegTests/Bubble)
add_subdirectory(RegTests/Couette_Poiseuille)
Expand All @@ -35,9 +34,10 @@ else ()
add_subdirectory(RegTests/WPS_Test)
add_subdirectory(RegTests/Bomex)
add_subdirectory(RegTests/TurbulentInflow)
add_subdirectory(DevTests/MovingTerrain)
add_subdirectory(DevTests/MetGrid)
add_subdirectory(DevTests/LandSurfaceModel)
add_subdirectory(DevTests/MetGrid)
add_subdirectory(DevTests/MovingTerrain)
add_subdirectory(DevTests/Radiation)
add_subdirectory(DevTests/TemperatureSource)
add_subdirectory(DevTests/TropicalCyclone)
endif()

0 comments on commit 41263e2

Please sign in to comment.