Skip to content

Commit b34e771

Browse files
committed
temporarily remove Test2DAdapter from compilation as it is broken
1 parent 35c8a6e commit b34e771

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

extensions/Shell.Adaptivity/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ set(HEADER_FILES
1313

1414
src/Shell/Adaptivity/controller/AdaptiveCuttingController.h
1515
src/Shell/Adaptivity/controller/AdaptiveCuttingController.inl
16-
src/Shell/Adaptivity/controller/Test2DAdapter.h
17-
src/Shell/Adaptivity/controller/Test2DAdapter.inl
16+
#src/Shell/Adaptivity/controller/Test2DAdapter.h
17+
#src/Shell/Adaptivity/controller/Test2DAdapter.inl
1818

1919
src/Shell/Adaptivity/cutting/AdaptiveCutting.h
2020

@@ -28,7 +28,7 @@ set(SOURCE_FILES
2828
src/Shell/Adaptivity/init.cpp
2929

3030
src/Shell/Adaptivity/controller/AdaptiveCuttingController.cpp
31-
src/Shell/Adaptivity/controller/Test2DAdapter.cpp
31+
#src/Shell/Adaptivity/controller/Test2DAdapter.cpp
3232

3333
src/Shell/Adaptivity/cutting/AdaptiveCutting.cpp
3434

0 commit comments

Comments
 (0)