"dune/gfe/riemannianpnsolver.hh" did not exist on "4444ded758299240e11bbdcbbd9995e0a199541c"
Sander, Oliver
authored
A lot of raw pointers have been replaced by std::shared_ptr. A lot of data members are inaccessible now, and getters have to be used. A small patch is still needed for dune-solvers: The iterationStep_ member is still needed to be public, because the new getter only grants access to the object, not the pointer to it.