Skip to content
Snippets Groups Projects
Commit 05515907 authored by podlesny's avatar podlesny
Browse files

fixed non-const call

parent 3234a7f6
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ class HDF5Writer {
}
template <class ContactNetwork, class Friction>
void reportSolution(const ProgramState& programState, const ContactNetwork& contactNetwork, Friction& friction) {
void reportSolution(const ProgramState& programState, const ContactNetwork& contactNetwork, const Friction& friction) {
timeWriter_.write(programState);
......
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