Skip to content
Snippets Groups Projects
Commit ae6678ea authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Init uvRelativeToGrid.

parent acd67dc8
Branches release-1.5.3
Tags v1.5.3
No related merge requests found
......@@ -78,6 +78,7 @@ void gridInit(griddes_t *grid)
grid->xdimname[0] = 0;
grid->ydimname[0] = 0;
grid->vdimname[0] = 0;
grid->uvRelativeToGrid = false;
grid->scanningMode = 64;
/* scanningMode = 128 * iScansNegatively + 64 * jScansPositively + 32 * jPointsAreConsecutive;
64 = 128 * 0 + 64 * 1 + 32 * 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment