- Timestamp:
- Nov 28, 2008, 8:45:10 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081124/Ohana/src/opihi/mana/fitcontour.c
r20839 r20856 17 17 xo = atof (argv[3]); 18 18 yo = atof (argv[4]); 19 20 // require these to be float vectors 21 if (vecx->type != OPIHI_FLT) return (FALSE); 22 if (vecy->type != OPIHI_FLT) return (FALSE); 19 23 20 24 ALLOCATE (B, double *, NTERM);
Note:
See TracChangeset
for help on using the changeset viewer.
