Skip to content

Commit 0bc734e

Browse files
committed
remove virtual function
1 parent 59f3561 commit 0bc734e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SU2_CFD/include/variables/CFlowVariable.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ class CFlowVariable : public CVariable {
260260
* \param[in] iPoint - Point index.
261261
* \return Value of magnitude.
262262
*/
263-
inline su2double GetStrainMag(unsigned long iPoint) const final { return StrainMag(iPoint); }
263+
inline su2double GetStrainMag(unsigned long iPoint) const { return StrainMag(iPoint); }
264264

265265
/*!
266266
* \brief Get the entire vector of the rate of strain magnitude.

0 commit comments

Comments
 (0)