IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2008, 1:21:51 PM (19 years ago)
Author:
eugene
Message:

removing Press code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/spline_construct.c

    r7917 r16119  
    11# include "data.h"
    22
    3 int spline_construct (int argc, char **argv) {
     3// need to rename this as an image function
     4int spline_construct_cmd (int argc, char **argv) {
    45 
    56  int i, j, Nx, Ny, xdir;
     
    5455    }
    5556 
    56     spline (Tx, Ty, Ny, Ty2);
     57    spline_construct (Tx, Ty, Ny, Ty2);
    5758 
    5859    /* copy derivatives to output buffer */
Note: See TracChangeset for help on using the changeset viewer.