IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 16, 2020, 1:54:47 PM (6 years ago)
Author:
tdeboer
Message:

revert to working Ohana build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.data/spline.c

    r41162 r41340  
    77  float dy, dx, *tmp;
    88 
    9   // spline is not valid with < 3 points
    10   if (N < 3) return;
    11 
    129  ALLOCATE (tmp, float, N);
    1310
     
    7269  opihi_flt dy, dx, *tmp;
    7370 
    74   // spline is not valid with < 3 points
    75   if (N < 3) return;
    76 
    7771  ALLOCATE (tmp, opihi_flt, N);
    7872
Note: See TracChangeset for help on using the changeset viewer.