@@ -539,7 +539,7 @@ class CFreeFormDefBox : public CGridMovement {
539539 * \param[in] val_coord - Coordinates of the corner point with index <i>val_icornerpoints</i>.
540540 * \param[in] val_icornerpoints - Index of the corner point.
541541 */
542- void SetCoordCornerPoints (const su2double *val_coord, unsigned short val_icornerpoints) const ;
542+ void SetCoordCornerPoints (const su2double *val_coord, unsigned short val_icornerpoints);
543543
544544 /* !
545545 * \overload
@@ -548,7 +548,7 @@ class CFreeFormDefBox : public CGridMovement {
548548 * \param[in] val_zcoord - Z coordinate of the corner point with index <i>val_icornerpoints</i>.
549549 * \param[in] val_icornerpoints - Index of the corner point.
550550 */
551- void SetCoordCornerPoints (su2double val_xcoord, su2double val_ycoord, su2double val_zcoord, unsigned short val_icornerpoints) const ;
551+ void SetCoordCornerPoints (su2double val_xcoord, su2double val_ycoord, su2double val_zcoord, unsigned short val_icornerpoints);
552552
553553 /* !
554554 * \brief Set the coordinates of the control points.
@@ -557,7 +557,7 @@ class CFreeFormDefBox : public CGridMovement {
557557 * \param[in] jDegree - Index of the FFDBox, j direction.
558558 * \param[in] kDegree - Index of the FFDBox, k direction.
559559 */
560- void SetCoordControlPoints (const su2double *val_coord, unsigned short iDegree, unsigned short jDegree, unsigned short kDegree ) const ;
560+ void SetCoordControlPoints (const su2double *val_coord, unsigned short iDegree, unsigned short jDegree, unsigned short kDegree );
561561
562562 /* !
563563 * \brief Set the coordinates of the control points.
@@ -566,7 +566,7 @@ class CFreeFormDefBox : public CGridMovement {
566566 * \param[in] jDegree - Index of the FFDBox, j direction.
567567 * \param[in] kDegree - Index of the FFDBox, k direction.
568568 */
569- void SetCoordControlPoints_Copy (const su2double *val_coord, unsigned short iDegree, unsigned short jDegree, unsigned short kDegree ) const ;
569+ void SetCoordControlPoints_Copy (const su2double *val_coord, unsigned short iDegree, unsigned short jDegree, unsigned short kDegree );
570570
571571 /* !
572572 * \brief Set the coordinates of the control points.
@@ -575,7 +575,7 @@ class CFreeFormDefBox : public CGridMovement {
575575 * \param[in] jDegree - Index of the FFDBox, j direction.
576576 * \param[in] kDegree - Index of the FFDBox, k direction.
577577 */
578- void SetParCoordControlPoints (const su2double *val_coord, unsigned short iDegree, unsigned short jDegree, unsigned short kDegree ) const ;
578+ void SetParCoordControlPoints (const su2double *val_coord, unsigned short iDegree, unsigned short jDegree, unsigned short kDegree );
579579
580580 /* !
581581 * \brief Get the coordinates of the corner points.
@@ -613,7 +613,7 @@ class CFreeFormDefBox : public CGridMovement {
613613 /* !
614614 * \brief Set the control points in a parallelepiped (hexahedron).
615615 */
616- void SetControlPoints_Parallelepiped (void ) const ;
616+ void SetControlPoints_Parallelepiped (void );
617617
618618 /* !
619619 * \brief Set the control points of the final chuck in a unitary hexahedron free form.
@@ -626,7 +626,7 @@ class CFreeFormDefBox : public CGridMovement {
626626 * \param[in] val_index - Local index (i, j, k) of the control point.
627627 * \param[in] movement - Movement of the control point.
628628 */
629- void SetControlPoints (const unsigned short *val_index, const su2double *movement) const ;
629+ void SetControlPoints (const unsigned short *val_index, const su2double *movement);
630630
631631 /* !
632632 * \brief Set the original value of the control points.
@@ -659,13 +659,13 @@ class CFreeFormDefBox : public CGridMovement {
659659 * \brief Set Cylindrical to Cartesians_ControlPoints.
660660 * \param[in] config - Definition of the particular problem.
661661 */
662- void SetCyl2Cart_ControlPoints (CConfig *config) const ;
662+ void SetCyl2Cart_ControlPoints (CConfig *config);
663663
664664 /* !
665665 * \brief Set Cartesians to Cylindrical ControlPoints.
666666 * \param[in] config - Definition of the particular problem.
667667 */
668- void SetCart2Cyl_ControlPoints (CConfig *config) const ;
668+ void SetCart2Cyl_ControlPoints (CConfig *config);
669669
670670 /* !
671671 * \brief Set Cylindrical to Cartesians_CornerPoints.
@@ -683,13 +683,13 @@ class CFreeFormDefBox : public CGridMovement {
683683 * \brief Set Spherical to Cartesians ControlPoints.
684684 * \param[in] config - Definition of the particular problem.
685685 */
686- void SetSphe2Cart_ControlPoints (CConfig *config) const ;
686+ void SetSphe2Cart_ControlPoints (CConfig *config);
687687
688688 /* !
689689 * \brief SetCartesians to Spherical ControlPoints.
690690 * \param[in] config - Definition of the particular problem.
691691 */
692- void SetCart2Sphe_ControlPoints (CConfig *config) const ;
692+ void SetCart2Sphe_ControlPoints (CConfig *config);
693693
694694 /* !
695695 * \brief Set Spherical to Cartesians_CornerPoints.
0 commit comments