Skip to content

Commit c17195f

Browse files
Update SU2_CFD/src/drivers/CDriver.cpp
Co-authored-by: TobiKattmann <31306376+TobiKattmann@users.noreply.github.com>
1 parent d1bae40 commit c17195f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SU2_CFD/src/drivers/CDriver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ void CDriver::Geometrical_Preprocessing(CConfig* config, CGeometry **&geometry,
640640

641641
geometry[MESH_0]->SetPositive_ZArea(config);
642642

643-
/*--- Set the and actuator disk boundary conditions, if necessary. ---*/
643+
/*--- Set the actuator disk boundary conditions, if necessary. ---*/
644644

645645
for (iMesh = 0; iMesh <= config->GetnMGLevels(); iMesh++) {
646646
geometry[iMesh]->MatchActuator_Disk(config);

0 commit comments

Comments
 (0)