Skip to content
Snippets Groups Projects
Commit 88520c89 authored by Benjamin Faigle's avatar Benjamin Faigle
Browse files

reordered initialized class members to prevent compiler warnings

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6303 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 6f156711
No related branches found
No related tags found
No related merge requests found
......@@ -148,9 +148,9 @@ public:
bboxMin_(std::numeric_limits<double>::max()),
bboxMax_(-std::numeric_limits<double>::max()),
timeManager_(&timeManager),
deleteTimeManager_(false),
variables_(gridView),
outputInterval_(1),
deleteTimeManager_(false)
outputInterval_(1)
{
// calculate the bounding box of the grid view
VertexIterator vIt = gridView.template begin<dim>();
......
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