File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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*/
You can’t perform that action at this time.
0 commit comments