Skip to content

Commit 5167ec1

Browse files
committed
2D info
1 parent 8ec4d0e commit 5167ec1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/src/grid_movement/CSurfaceMovement.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ void CSurfaceMovement::SetParametricCoord(CGeometry* geometry, CConfig* config,
778778
SU2_MPI::Error("The FFD box '" + FFDBox->GetTag() +
779779
"' is not properly defined. The first 4 points must be listed counter\n"
780780
"clockwise, such that applying the right-hand rule results in a vector into the box.\n"
781-
"This is according to the VTK hexahedron ordering.",
781+
"This is according to the VTK hexahedron ordering. The CCW convention also applies in 2D.",
782782
CURRENT_FUNCTION);
783783
}
784784

0 commit comments

Comments
 (0)