Skip to content
Snippets Groups Projects
Commit 93351e03 authored by Philip Mueller's avatar Philip Mueller
Browse files

Fixed an unused parameter error.

parent 7d27fa82
No related branches found
No related tags found
No related merge requests found
...@@ -147,6 +147,9 @@ using ::std::sqrt; ...@@ -147,6 +147,9 @@ using ::std::sqrt;
(void)tSol; (void)tSol;
(void)nodeStress; (void)nodeStress;
(void)nodeStrain; (void)nodeStrain;
(void)thisDt;
(void)tStepIdx;
(void)currTime;
}; //End: modify the marker properties. }; //End: modify the marker properties.
......
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