IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2011, 12:43:07 PM (15 years ago)
Author:
eugene
Message:

enable read_vectors to read csv files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/Ohana/src/libohana/include/ohana.h

    r31593 r31598  
    235235int     scan_line              PROTO((FILE *f, char *line));
    236236int     dparse                 PROTO((double *X, int NX, char *line));
     237int     dparse_csv             PROTO((double *X, int NX, char *line));
    237238int     fparse                 PROTO((float *X, int NX, char *line));
    238239int     get_argument           PROTO((int argc, char **argv, char *arg));
Note: See TracChangeset for help on using the changeset viewer.