Changeset 16119 for trunk/Ohana/src/opihi/cmd.data/spline_construct.c
- Timestamp:
- Jan 17, 2008, 1:21:51 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/spline_construct.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/spline_construct.c
r7917 r16119 1 1 # include "data.h" 2 2 3 int spline_construct (int argc, char **argv) { 3 // need to rename this as an image function 4 int spline_construct_cmd (int argc, char **argv) { 4 5 5 6 int i, j, Nx, Ny, xdir; … … 54 55 } 55 56 56 spline (Tx, Ty, Ny, Ty2);57 spline_construct (Tx, Ty, Ny, Ty2); 57 58 58 59 /* copy derivatives to output buffer */
Note:
See TracChangeset
for help on using the changeset viewer.
