Skip to content

Commit febb957

Browse files
committed
Useless functions in CSolver.hpp removed
1 parent 244ca90 commit febb957

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

SU2_CFD/include/solvers/CSolver.hpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,17 +1101,6 @@ class CSolver {
11011101
unsigned short val_marker,
11021102
bool val_inlet_surface) { }
11031103

1104-
/*!
1105-
* \brief A virtual member.
1106-
* \param[in] geometry - Geometrical definition of the problem.
1107-
* \param[in] solver_container - Container vector with all the solutions.
1108-
* \param[in] conv_numerics - Description of the numerical method.
1109-
* \param[in] visc_numerics - Description of the numerical method.
1110-
* \param[in] config - Definition of the particular problem.
1111-
* \param[in] val_marker - Surface marker where the boundary condition is applied.
1112-
* \param[in] val_inlet_surface - Boolean for whether val_marker is an inlet
1113-
*/
1114-
11151104
/*!
11161105
* \brief A virtual member.
11171106
* \param[in] geometry - Geometrical definition of the problem.

0 commit comments

Comments
 (0)