Skip to content
Snippets Groups Projects
Commit 24a1c604 authored by Timo Koch's avatar Timo Koch
Browse files

[io][staggered][vtk] Fix indent

parent ddb2a01c
No related branches found
No related tags found
1 merge request!1015Fix/vtkouput staggered
......@@ -130,7 +130,7 @@ public:
void addFaceField(const std::vector<DimVector>& v, const std::string& name)
{
if (v.size() == this->gridGeom_.gridView().size(1))
faceFieldVectorDataInfo_.emplace_back(v, name);
faceFieldVectorDataInfo_.emplace_back(v, name);
else
DUNE_THROW(Dune::RangeError, "Size mismatch of added field!");
}
......
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