File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9220,13 +9220,13 @@ class CConfig {
92209220 * \brief Get the maximum pressure (pmax - pmin) in the domain.
92219221 * \return Value of the maximum pressure in the domain.
92229222 */
9223- su2double GetRange_Pressure (int minmax) const { return Range_Pressure [minmax]; }
9223+ su2double GetRangePressure (int minmax) const { return RangePressure [minmax]; }
92249224
92259225 /* !
92269226 * \brief Set the maximum pressure in the domain.
92279227 * \param[in] Value of the maximum pressure in the domain.
92289228 */
9229- void SetRange_Pressure (su2double val_dp_min,su2double val_dp_max) { Range_Pressure [0 ] = val_dp_min;Range_Pressure [1 ]=val_dp_max; }
9229+ void SetRangePressure (su2double val_dp_min,su2double val_dp_max) { RangePressure [0 ] = val_dp_min;RangePressure [1 ]=val_dp_max; }
92309230
92319231 /* !
92329232 * \brief Get the maximum velocity^2 in the domain for the incompressible preconditioner.
You can’t perform that action at this time.
0 commit comments