Skip to content

Commit c99cf8e

Browse files
committed
fix format errors
1 parent 26656da commit c99cf8e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Common/include/option_structure.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ static const MapType<std::string, ENUM_INIT_OPTION> InitOption_Map = {
650650
};
651651

652652
/*!
653-
* \brief Types of initialization option
653+
* \brief Types of freestream specification
654654
*/
655655
enum class FREESTREAM_OPTION {
656656
TEMPERATURE_FS, /*!< \brief Temperature initialization. */

Common/src/grid_movement/CSurfaceMovement.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,8 +588,8 @@ vector<vector<su2double> > CSurfaceMovement::SetSurface_Deformation(CGeometry* g
588588
/*--- Apply the design variables to the control point position ---*/
589589

590590
for (iDV = 0; iDV < config->GetnDV(); iDV++) {
591-
if (config ->GetDesign_Variable(iDV) == CST){
592-
SetCST(geometry,config,iDV,false);
591+
if (config->GetDesign_Variable(iDV) == CST) {
592+
SetCST(geometry, config, iDV, false);
593593
}
594594
}
595595

0 commit comments

Comments
 (0)