Skip to content
Snippets Groups Projects
Commit 33e4982b authored by Hkorb's avatar Hkorb
Browse files

Merge branch 'actuator_line' of...

Merge branch 'actuator_line' of https://git.rz.tu-bs.de/irmb/uppsala/VirtualFluids_dev into actuator_line
parents 85806814 5bc0acf9
No related branches found
No related tags found
1 merge request!81fixed AL
if(BUILD_NUMERIC_TESTS)
set(CMAKE_CXX_STANDARD 17)
endif()
......@@ -44,7 +43,7 @@ IF (BUILD_VF_GPU)
#add_subdirectory(apps/gpu/LBM/gridGeneratorTest)
#add_subdirectory(apps/gpu/LBM/TGV_3D)
#add_subdirectory(apps/gpu/LBM/TGV_3D_MultiGPU)
add_subdirectory(apps/gpu/LBM/ActuatorLine)
#add_subdirectory(apps/gpu/LBM/ActuatorLine)
ELSE()
MESSAGE( STATUS "exclude Virtual Fluids GPU." )
ENDIF()
......@@ -138,4 +137,4 @@ endif()
if(BUILD_VF_TRAFFIC)
add_subdirectory(src/gpu/Traffic)
add_subdirectory(apps/gpu/LBM/TrafficTest)
endif()
\ No newline at end of file
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment