Skip to content
Snippets Groups Projects
Oliver Sander's avatar
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.
4444ded7
History
Name Last commit Last update
..