Skip to content

Commit e3c1b4a

Browse files
Update Common/include/CConfig.hpp
Co-authored-by: Pedro Gomes <[email protected]>
1 parent f6e6e6b commit e3c1b4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/include/CConfig.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)