Skip to content

Commit 662f0d8

Browse files
committed
format
1 parent 0bc734e commit 662f0d8

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Common/src/geometry/CGeometry.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4000,7 +4000,6 @@ void CGeometry::ComputeWallDistance(const CConfig* const* config_container, CGeo
40004000
}
40014001

40024002
for (int iZone = 0; iZone < nZone; iZone++) {
4003-
40044003
/*--- For the FEM solver, we use a different mesh structure ---*/
40054004
MAIN_SOLVER kindSolver = config_container[iZone]->GetKind_Solver();
40064005
if (!wallDistanceNeeded[iZone] || kindSolver == MAIN_SOLVER::FEM_LES || kindSolver == MAIN_SOLVER::FEM_RANS) {

SU2_CFD/include/variables/CVariable.hpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,13 +1147,6 @@ class CVariable {
11471147
inline virtual su2double *GetVorticity(unsigned long iPoint) { return nullptr; }
11481148
inline virtual const su2double *GetVorticity(unsigned long iPoint) const { return nullptr; }
11491149

1150-
/*!
1151-
* \brief A virtual member.
1152-
* \param[in] iPoint - Point index.
1153-
* \return Value of the rate of strain magnitude.
1154-
*/
1155-
inline virtual su2double GetStrainMag(unsigned long iPoint) const { return 0.0; }
1156-
11571150
/*!
11581151
* \brief A virtual member.
11591152
* \param[in] iPoint - Point index.

0 commit comments

Comments
 (0)