Changeset 28003 for branches/pap/Ohana/src/opihi/cmd.data/fit1d.c
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/pap/Ohana/src/opihi/cmd.data/fit1d.c
r24081 r28003 53 53 return (FALSE); 54 54 } 55 REQUIRE_VECTOR_FLT (xvec, FALSE);56 REQUIRE_VECTOR_FLT (yvec, FALSE);55 CastVector (xvec, OPIHI_FLT); 56 CastVector (yvec, OPIHI_FLT); 57 57 58 58 if (Weight) { 59 REQUIRE_VECTOR_FLT (dyvec, FALSE);59 CastVector (dyvec, OPIHI_FLT); 60 60 if (xvec[0].Nelements != dyvec[0].Nelements) { 61 61 gprint (GP_ERR, "vectors must have same length\n");
Note:
See TracChangeset
for help on using the changeset viewer.
