Skip to content
Snippets Groups Projects
Commit 94411458 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

cleanup of construction order in spdatacollector

parent 0dbc1320
Branches
Tags
No related merge requests found
......@@ -73,8 +73,8 @@ protected:
using Super::gridView_;
std::array<int, 6> wholeExtent_;
std::array<int, 6> extent_;
FieldVector<ctype,3> spacing_;
FieldVector<ctype,3> origin_;
FieldVector<ctype,3> spacing_;
std::vector<std::size_t> indexMap_;
};
......
......@@ -19,7 +19,6 @@
#include <dune/vtk/writers/vtkunstructuredgridwriter.hh>
using namespace Dune;
using namespace Dune::Functions;
using GridType = Dune::PolygonGrid<double>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment