Skip to content
Snippets Groups Projects
Commit a3989c9e authored by Andreas Lauser's avatar Andreas Lauser
Browse files

VtkNestedFunction: make it compile with DUNE 2.0

this is untested, though...

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6032 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent f90caa4f
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,15 @@
#include <dune/common/fvector.hh>
#include <dune/istl/bvector.hh>
#include <dune/common/version.hh>
#if DUNE_VERSION_NEWER_REV(GRID, 2, 0, 99)
// DUNE 2.1 and above
#include <dune/grid/io/file/vtk/function.hh>
#else
// DUNE 2.0 and below
#include <dune/grid/io/file/vtk/vtkwriter.hh>
#endif
namespace Dumux {
......
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