Skip to content

Commit 00bf0f8

Browse files
Merge branch 'develop' into feature_preconditioning
2 parents ecffbaf + d542249 commit 00bf0f8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Common/src/CConfig.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6195,8 +6195,8 @@ void CConfig::SetMarkers(SU2_COMPONENT val_software) {
61956195
}
61966196
}
61976197

6198-
/*--- Idenftification fo Giles Markers ---*/
6199-
// This is seperate from MP and Turbomachinery Markers as all mixing plane markers are Giles,
6198+
/*--- Identification of Giles Markers ---*/
6199+
// This is separate from MP and Turbomachinery Markers as all mixing plane markers are Giles,
62006200
// but not all Giles markers are mixing plane
62016201
for (iMarker_CfgFile = 0; iMarker_CfgFile < nMarker_CfgFile; iMarker_CfgFile++) {
62026202
Marker_CfgFile_Giles[iMarker_CfgFile] = NO;
@@ -10020,8 +10020,8 @@ void CConfig::SetProfilingCSV() {
1002010020

1002110021
/*--- Allocate and initialize memory ---*/
1002210022

10023-
double *l_min_red = NULL, *l_max_red = NULL, *l_tot_red = NULL, *l_avg_red = NULL;
10024-
int *n_calls_red = NULL;
10023+
double *l_min_red = nullptr, *l_max_red = nullptr, *l_tot_red = nullptr, *l_avg_red = nullptr;
10024+
int *n_calls_red = nullptr;
1002510025
double* l_min = new double[map_size];
1002610026
double* l_max = new double[map_size];
1002710027
double* l_tot = new double[map_size];

SU2_CFD/include/solvers/CGradientSmoothingSolver.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ class CGradientSmoothingSolver final : public CFEASolverBase {
275275
}
276276

277277
/*!
278-
* \brief Set the current working dimension, if the seperate dimension option is set.
278+
* \brief Set the current working dimension, if the separate dimension option is set.
279279
* \param[in] iDim - the dimension we are currently working in.
280280
*/
281281
inline void SetCurrentDim(unsigned int iDim) {

0 commit comments

Comments
 (0)