Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarruscag committed Feb 27, 2025
1 parent 0bc734e commit 662f0d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion Common/src/geometry/CGeometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4000,7 +4000,6 @@ void CGeometry::ComputeWallDistance(const CConfig* const* config_container, CGeo
}

for (int iZone = 0; iZone < nZone; iZone++) {

/*--- For the FEM solver, we use a different mesh structure ---*/
MAIN_SOLVER kindSolver = config_container[iZone]->GetKind_Solver();
if (!wallDistanceNeeded[iZone] || kindSolver == MAIN_SOLVER::FEM_LES || kindSolver == MAIN_SOLVER::FEM_RANS) {
Expand Down
7 changes: 0 additions & 7 deletions SU2_CFD/include/variables/CVariable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1147,13 +1147,6 @@ class CVariable {
inline virtual su2double *GetVorticity(unsigned long iPoint) { return nullptr; }
inline virtual const su2double *GetVorticity(unsigned long iPoint) const { return nullptr; }

/*!
* \brief A virtual member.
* \param[in] iPoint - Point index.
* \return Value of the rate of strain magnitude.
*/
inline virtual su2double GetStrainMag(unsigned long iPoint) const { return 0.0; }

/*!
* \brief A virtual member.
* \param[in] iPoint - Point index.
Expand Down

0 comments on commit 662f0d8

Please sign in to comment.