diff --git a/tests/lbpm_color_simulator.cpp b/tests/lbpm_color_simulator.cpp index 679e5f73..cafa7a52 100644 --- a/tests/lbpm_color_simulator.cpp +++ b/tests/lbpm_color_simulator.cpp @@ -96,8 +96,10 @@ int main( int argc, char **argv ) SKIP_TIMESTEPS = 0; if (PROTOCOL == "fractional flow") FRACTIONAL_FLOW_INCREMENT = flow_db->getWithDefault( "fractional_flow_increment", 0.05); - if (PROTOCOL == "seed water") + if (PROTOCOL == "seed water"){ SEED_WATER = flow_db->getWithDefault( "seed_water", 0.01); + FRACTIONAL_FLOW_INCREMENT = flow_db->getWithDefault( "fractional_flow_increment", 0.05); + } } /* analysis keys*/ int ANALYSIS_INTERVAL = ColorModel.timestepMax;