Skip to content

Commit e10bdf9

Browse files
Better english in comments
Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
1 parent baa263e commit e10bdf9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

SU2_CFD/src/output/CAdjFlowOutput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ CAdjFlowOutput::CAdjFlowOutput(CConfig* config, unsigned short nDim)
3535
cont_adj(config->GetContinuous_Adjoint()),
3636
frozen_visc((config->GetFrozen_Visc_Disc() && !cont_adj) || (config->GetFrozen_Visc_Cont() && cont_adj)) {}
3737

38-
// The "AddHistoryOutput(" must not be split over multiple lines to assure proper python parsing
38+
// The "AddHistoryOutput(" must not be split over multiple lines to ensure proper python parsing
3939
// clang-format off
4040
void CAdjFlowOutput::AddHistoryOutputFields_AdjScalarRMS_RES(const CConfig* config) {
4141
if (!frozen_visc) {

SU2_CFD/src/output/CFlowOutput.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ CFlowOutput::CFlowOutput(const CConfig *config, unsigned short nDim, bool fem_ou
3636
lastInnerIter(curInnerIter) {
3737
}
3838

39-
// The "AddHistoryOutput(" must not be split over multiple lines to assure proper python parsing
39+
// The "AddHistoryOutput(" must not be split over multiple lines to ensure proper python parsing
4040
// clang-format off
4141
void CFlowOutput::AddAnalyzeSurfaceOutput(const CConfig *config){
4242

@@ -768,7 +768,7 @@ void CFlowOutput::SetAnalyzeSurface_SpeciesVariance(const CSolver* const*solver,
768768
SetHistoryOutputValue("SURFACE_SPECIES_VARIANCE", Tot_Surface_SpeciesVariance);
769769
}
770770

771-
// The "AddHistoryOutput(" must not be split over multiple lines to assure proper python parsing
771+
// The "AddHistoryOutput(" must not be split over multiple lines to ensure proper python parsing
772772
// clang-format off
773773
void CFlowOutput::AddHistoryOutputFields_ScalarRMS_RES(const CConfig* config) {
774774
switch (TurbModelFamily(config->GetKind_Turb_Model())) {

0 commit comments

Comments
 (0)