Skip to content
Snippets Groups Projects
Commit ddeb211f authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[test][dambreak] do not set type tag from CMakeLists.txt

parent 18cd1731
No related branches found
No related tags found
1 merge request!1525Feature: Implement a shallow water model
......@@ -2,5 +2,4 @@ dune_symlink_to_source_files(FILES "params.input" references)
dune_add_test(NAME test_shallowwater
SOURCES main.cc
COMPILE_DEFINITIONS TYPETAG=DamBreakWet
COMMAND ${CMAKE_CURRENT_BINARY_DIR}/test_shallowwater)
......@@ -82,7 +82,7 @@ int main(int argc, char** argv) try
using namespace Dumux;
// define the type tag for this problem
using TypeTag = Properties::TTag::TYPETAG;
using TypeTag = Properties::TTag::DamBreakWet;
// initialize MPI, finalize is done automatically on exit
const auto& mpiHelper = Dune::MPIHelper::instance(argc, argv);
......
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