Skip to content

Commit cee6d23

Browse files
committed
fix merge
1 parent a602d27 commit cee6d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/src/CConfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ void CConfig::SetConfig_Options() {
13701370
addBoolOption("INC_ENERGY_EQUATION", Energy_Equation, false);
13711371
/*!\brief TEMPERATURE_LIMITS \n DESCRIPTION: Temperature limits for incompressible flows (0.0, 5000 K by default) \ingroup Config*/
13721372
TemperatureLimits[0] = 0.0; TemperatureLimits[1] = 5000.0;
1373-
addDoubleArrayOption("TEMPERATURE_LIMITS", 2, TemperatureLimits);
1373+
addDoubleArrayOption("TEMPERATURE_LIMITS", 2, false, TemperatureLimits);
13741374
/*!\brief INC_DENSITY_REF \n DESCRIPTION: Reference density for incompressible flows \ingroup Config*/
13751375
addDoubleOption("INC_DENSITY_REF", Inc_Density_Ref, 1.0);
13761376
/*!\brief INC_VELOCITY_REF \n DESCRIPTION: Reference velocity for incompressible flows (1.0 by default) \ingroup Config*/

0 commit comments

Comments
 (0)