Changed order of input

This commit is contained in:
Svenn Tveit
2022-07-01 09:03:48 +02:00
parent 1204f3c94e
commit 1cddf4b5d4

View File

@@ -284,7 +284,7 @@ bool testPTFlashSingle(const std::string& flash_twophase_method)
const int spatialIdx = 0;
using Flash = Opm::PTFlash<double, FluidSystem>;
Flash::solve(fluid_state, z, spatialIdx, flash_verbosity, flash_twophase_method, flash_tolerance);
Flash::solve(fluid_state, z, spatialIdx, flash_twophase_method, flash_tolerance, flash_verbosity);
return 1;