Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED "20")
option(MEMILIO_BUILD_TESTS "Build memilio unit tests." ON)
option(MEMILIO_BUILD_EXAMPLES "Build memilio examples." ON)
option(MEMILIO_BUILD_MODELS "Build memilio models." ON)
option(MEMILIO_BUILD_SIMULATIONS "Build memilio simulations that were used for scientific articles." ON)
option(MEMILIO_BUILD_BENCHMARKS "Build memilio benchmarks with google benchmark." OFF)
option(MEMILIO_BUILD_SBML_MODELS "Build the SBML importer and imported models." ON)
option(MEMILIO_USE_BUNDLED_SPDLOG "Use spdlog bundled with epi" ON)
Expand Down Expand Up @@ -97,7 +96,7 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE STREQUAL "DEBUG")
NAME coverage
EXECUTABLE memilio-test
LCOV_ARGS --ignore-errors gcov,mismatch
EXCLUDE "${CMAKE_SOURCE_DIR}/tests*" "${CMAKE_SOURCE_DIR}/simulations*" "${CMAKE_SOURCE_DIR}/examples*"
EXCLUDE "${CMAKE_SOURCE_DIR}/tests*" "${CMAKE_SOURCE_DIR}/examples*"
"${CMAKE_SOURCE_DIR}/memilio/ad*" "${CMAKE_BINARY_DIR}/*" "/usr*" "${CMAKE_SOURCE_DIR}/*.F"
)
endif()
Expand Down Expand Up @@ -201,10 +200,6 @@ if(MEMILIO_BUILD_TESTS)
add_subdirectory(tests)
endif()

if(MEMILIO_BUILD_SIMULATIONS)
add_subdirectory(simulations)
endif()

if(MEMILIO_BUILD_BENCHMARKS)
add_subdirectory(benchmarks)
endif()
Expand Down
2 changes: 1 addition & 1 deletion cpp/models/abm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ To get started, check out the [official documentation](https://memilio.readthedo
or the code examples

- [examples/abm.cpp](../../examples/abm_minimal.cpp)
- [examples/abm_minimal.cpp](../../examples/abm_history_object.cpp)
- [examples/abm_minimal.cpp](../../examples/abm_history_object.cpp)
686 changes: 0 additions & 686 deletions cpp/simulations/2020_npis_sarscov2_wildtype_germany.cpp

This file was deleted.

847 changes: 0 additions & 847 deletions cpp/simulations/2021_vaccination_sarscov2_delta_germany.cpp

This file was deleted.

21 changes: 0 additions & 21 deletions cpp/simulations/CMakeLists.txt

This file was deleted.

19 changes: 0 additions & 19 deletions cpp/simulations/README.md

This file was deleted.

Loading
Loading