We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f3561 commit 0bc734eCopy full SHA for 0bc734e
SU2_CFD/include/variables/CFlowVariable.hpp
@@ -260,7 +260,7 @@ class CFlowVariable : public CVariable {
260
* \param[in] iPoint - Point index.
261
* \return Value of magnitude.
262
*/
263
- inline su2double GetStrainMag(unsigned long iPoint) const final { return StrainMag(iPoint); }
+ inline su2double GetStrainMag(unsigned long iPoint) const { return StrainMag(iPoint); }
264
265
/*!
266
* \brief Get the entire vector of the rate of strain magnitude.
0 commit comments