Skip to content
Snippets Groups Projects
Commit 747cf6f4 authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[ImplicitModel] Typo correction

parent ba832fa3
No related branches found
No related tags found
1 merge request!617[WIP] Next
...@@ -59,7 +59,7 @@ public: ...@@ -59,7 +59,7 @@ public:
return fluxVars_[scvfIdx]; return fluxVars_[scvfIdx];
} }
FluxVariables & operator [](IndexType scvfIdx) FluxVariables& operator [](IndexType scvfIdx)
{ {
return fluxVars_[scvfIdx]; return fluxVars_[scvfIdx];
} }
......
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