Skip to content
Snippets Groups Projects
Verified Commit 39825664 authored by Nils-Arne Dreier's avatar Nils-Arne Dreier
Browse files

rename istl-playground to istl-solver-playground

parent 96c9d094
No related branches found
No related tags found
No related merge requests found
add_executable(istl-playground EXCLUDE_FROM_ALL istl-playground.cc)
add_dune_all_flags(istl-playground)
add_executable(istl-solver-playground EXCLUDE_FROM_ALL istl-solver-playground.cc)
add_dune_all_flags(istl-solver-playground)
dune_symlink_to_source_files(FILES playground.ini)
dune_add_test(TARGET istl-playground)
dune_add_test(TARGET istl-solver-playground)
......@@ -27,7 +27,7 @@
#include <dune/istl/paamg/amg.hh>
#include "istl-playground.hh"
#include "istl-solver-playground.hh"
using VectorFieldType = double;
......
File moved
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