Changed order of input
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user