Skip to content
Snippets Groups Projects
Commit 5bc0acf9 authored by Hkorb's avatar Hkorb
Browse files

take out actuatorline for now

parent 2e4089de
No related branches found
No related tags found
1 merge request!81fixed AL
if(BUILD_NUMERIC_TESTS) if(BUILD_NUMERIC_TESTS)
set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD 17)
endif() endif()
...@@ -44,7 +43,7 @@ IF (BUILD_VF_GPU) ...@@ -44,7 +43,7 @@ IF (BUILD_VF_GPU)
#add_subdirectory(apps/gpu/LBM/gridGeneratorTest) #add_subdirectory(apps/gpu/LBM/gridGeneratorTest)
#add_subdirectory(apps/gpu/LBM/TGV_3D) #add_subdirectory(apps/gpu/LBM/TGV_3D)
#add_subdirectory(apps/gpu/LBM/TGV_3D_MultiGPU) #add_subdirectory(apps/gpu/LBM/TGV_3D_MultiGPU)
add_subdirectory(apps/gpu/LBM/ActuatorLine) #add_subdirectory(apps/gpu/LBM/ActuatorLine)
ELSE() ELSE()
MESSAGE( STATUS "exclude Virtual Fluids GPU." ) MESSAGE( STATUS "exclude Virtual Fluids GPU." )
ENDIF() ENDIF()
...@@ -138,4 +137,4 @@ endif() ...@@ -138,4 +137,4 @@ endif()
if(BUILD_VF_TRAFFIC) if(BUILD_VF_TRAFFIC)
add_subdirectory(src/gpu/Traffic) add_subdirectory(src/gpu/Traffic)
add_subdirectory(apps/gpu/LBM/TrafficTest) add_subdirectory(apps/gpu/LBM/TrafficTest)
endif() endif()
\ No newline at end of file
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