File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Common/include/geometry/dual_grid Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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. */
You can’t perform that action at this time.
0 commit comments