Changeset 34088 for trunk/Ohana/src/opihi/cmd.data/spline_apply.c
- Timestamp:
- Jun 26, 2012, 11:46:01 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/spline_apply.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/spline_apply.c
r16119 r34088 5 5 6 6 int i, j, I, J; 7 int nx, ny, Nx, Ny , xdir;7 int nx, ny, Nx, Ny; 8 8 float rx, ry, x, y; 9 9 float *Tx1, *Tx2, *Txc, *Ty1, *Ty2, *Tyc, *V, *V1, *V2; … … 19 19 if ((out = SelectBuffer (argv[3], ANYBUFFER, TRUE)) == NULL) return (FALSE); 20 20 21 xdir = FALSE;22 if (!strcmp (argv[4], "x")) xdir = TRUE;21 // xdir = FALSE; 22 // if (!strcmp (argv[4], "x")) xdir = TRUE; 23 23 24 24 nx = atoi (argv[5]);
Note:
See TracChangeset
for help on using the changeset viewer.
