Skip to content

Commit f41ad56

Browse files
committed
strip some trailing blanks
1 parent 7f9a661 commit f41ad56

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

SU2_CFD/include/numerics/CNumerics.hpp

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ class CNumerics {
227227

228228
/* Supporting data structures for the eigenspace perturbation for UQ methodology */
229229
su2double **A_ij, **newA_ij, **Eig_Vec, **New_Eig_Vec, **Corners;
230-
su2double *Eig_Val, *Barycentric_Coord, *New_Coord;
230+
su2double *Eig_Val, *Barycentric_Coord, *New_Coord;
231231

232232
public:
233233
/*!
@@ -777,7 +777,7 @@ class CNumerics {
777777
void GetInviscidProjFlux(const su2double *val_density, const su2double *val_velocity,
778778
const su2double *val_pressure, const su2double *val_enthalpy,
779779
const su2double *val_normal, su2double *val_Proj_Flux) const;
780-
780+
781781
/*!
782782
* \brief Compute the projected inviscid flux vector for incompresible simulations
783783
* \param[in] val_density - Pointer to the density.
@@ -1168,7 +1168,7 @@ class CNumerics {
11681168
* \return A lightweight const-view (read-only) of the residual/flux and Jacobians.
11691169
*/
11701170
inline virtual ResidualType<> ComputeVibRelaxation(const CConfig* config) { return ResidualType<>(nullptr,nullptr,nullptr); }
1171-
1171+
11721172
/*!
11731173
* \brief Calculation of the chemistry source term
11741174
* \param[in] config - Definition of the particular problem.
@@ -1381,15 +1381,15 @@ class CNumerics {
13811381
*/
13821382
static void tql2(su2double **V, su2double *d, su2double *e, unsigned short n);
13831383

1384-
virtual inline void SetdPdU(su2double *val_dPdU_i, su2double *val_dPdU_j) { }
1385-
1386-
virtual inline void SetdTdU(su2double *val_dTdU_i, su2double *val_dTdU_j) { }
1387-
1388-
virtual inline void SetdTvedU(su2double *val_dTvedU_i, su2double *val_dTvedU_j) { }
1389-
1390-
virtual inline void SetEve(su2double *val_Eve_i, su2double *val_Eve_j) { }
1391-
1392-
virtual inline void SetCvve(su2double *val_Cvve_i, su2double *val_Cvve_j) { }
1384+
virtual inline void SetdPdU(su2double *val_dPdU_i, su2double *val_dPdU_j) { }
1385+
1386+
virtual inline void SetdTdU(su2double *val_dTdU_i, su2double *val_dTdU_j) { }
1387+
1388+
virtual inline void SetdTvedU(su2double *val_dTvedU_i, su2double *val_dTvedU_j) { }
1389+
1390+
virtual inline void SetEve(su2double *val_Eve_i, su2double *val_Eve_j) { }
1391+
1392+
virtual inline void SetCvve(su2double *val_Cvve_i, su2double *val_Cvve_j) { }
13931393

13941394
};
13951395

0 commit comments

Comments
 (0)