Skip to content
Snippets Groups Projects
Commit db5f87ff authored by Melanie Lipp's avatar Melanie Lipp
Browse files

[test][navierstokesnc] Fix test test_msfreeflow. Make...

[test][navierstokesnc] Fix test test_msfreeflow. Make binaryDiffusionCoefficient have the same argument as in fluidsystem base class.
parent b31e9a7d
No related branches found
No related tags found
1 merge request!1159[test] Fix signature in test_msfreeflow's fluid system's binaryDiffusionCoefficient
...@@ -118,8 +118,8 @@ public: ...@@ -118,8 +118,8 @@ public:
template <class FluidState> template <class FluidState>
static Scalar binaryDiffusionCoefficient(const FluidState &fluidState, static Scalar binaryDiffusionCoefficient(const FluidState &fluidState,
int phaseIdx, int phaseIdx,
unsigned int compIIdx, int compIIdx,
unsigned int compJIdx) int compJIdx)
{ {
if (compIIdx > compJIdx) if (compIIdx > compJIdx)
{ {
......
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