Skip to content
Snippets Groups Projects
Commit aadbd0c5 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Constness

parent 52868479
No related branches found
No related tags found
No related merge requests found
...@@ -386,7 +386,7 @@ int main(int argc, char *argv[]) { ...@@ -386,7 +386,7 @@ int main(int argc, char *argv[]) {
.assemble(localStressAssembler, vonMisesStress, true); .assemble(localStressAssembler, vonMisesStress, true);
Dune::MyVTKWriter<GridView> writer(leafView); Dune::MyVTKWriter<GridView> writer(leafView);
std::string filename((boost::format("obs%d") % run).str()); std::string const filename((boost::format("obs%d") % run).str());
auto const displacement_ptr = auto const displacement_ptr =
Dune::make_shared<VTKBasisGridFunction<P1Basis, VectorType> const>( Dune::make_shared<VTKBasisGridFunction<P1Basis, VectorType> const>(
......
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