Skip to content

Commit ea5e99c

Browse files
committed
precommit
1 parent 76c6d6a commit ea5e99c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Common/include/geometry/dual_grid/CPoint.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ class CPoint {
8282
su2activematrix Coord; /*!< \brief vector with the coordinates of the node. */
8383
su2activematrix
8484
Coord_Old; /*!< \brief Old coordinates vector for primal solution reloading for Disc.Adj. with dynamic grid. */
85-
su2activematrix Coord_n; /*!< \brief Coordinates at time n for use with dynamic meshes. */
86-
su2activematrix Coord_n1; /*!< \brief Coordinates at time n-1 for use with dynamic meshes. */
87-
su2activematrix Coord_p1; /*!< \brief Coordinates at time n+1 for use with dynamic meshes. */
85+
su2activematrix Coord_n; /*!< \brief Coordinates at time n for use with dynamic meshes. */
86+
su2activematrix Coord_n1; /*!< \brief Coordinates at time n-1 for use with dynamic meshes. */
87+
su2activematrix Coord_p1; /*!< \brief Coordinates at time n+1 for use with dynamic meshes. */
8888

8989
su2activematrix GridVel; /*!< \brief Velocity of the grid for dynamic mesh cases. */
9090
CVectorOfMatrix GridVel_Grad; /*!< \brief Gradient of the grid velocity for dynamic meshes. */

0 commit comments

Comments
 (0)