- Timestamp:
- Oct 7, 2012, 2:37:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905/Ohana/src/opihi/cmd.data/spline_construct.c
r34088 r34523 2 2 3 3 // need to rename this as an image function 4 int spline_construct_cmd(int argc, char **argv) {4 int imspline_construct (int argc, char **argv) { 5 5 6 6 int i, j, Nx, Ny; … … 9 9 10 10 if (argc != 4) { 11 gprint (GP_ERR, "USAGE: spline_construct <in> <out> (x/y)\n");11 gprint (GP_ERR, "USAGE: imspline_construct <in> <out> (x/y)\n"); 12 12 return (FALSE); 13 13 } … … 55 55 } 56 56 57 spline_construct (Tx, Ty, Ny, Ty2);57 spline_construct_flt (Tx, Ty, Ny, Ty2); 58 58 59 59 /* copy derivatives to output buffer */
Note:
See TracChangeset
for help on using the changeset viewer.
