IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 9, 2008, 12:15:16 PM (18 years ago)
Author:
eugene
Message:

updates to fix compile errors caught by Wall, Werror

Location:
trunk/Ohana/src/relastro/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/src/UpdateObjects.c

    r17211 r17419  
    4747  int mode, Nave, Npm, Npar, Nskip;
    4848  double Tmin, Tmax;
    49   float errorScale;
    5049  float mag;
    5150  int mask;
  • trunk/Ohana/src/relastro/src/fitpoly.c

    r16810 r17419  
    273273CoordFit *fit_apply_coords (CoordFit *fit, Coords *coords) {
    274274
    275   double c11, c12;
    276   double c21, c22;
    277275  double Xo, Yo, R1, R2;
    278276  CoordFit *modfit;
     
    330328  fit_free (modfit);
    331329  /* keep the order and type from initial values */
    332 }
    333 
     330 
     331  // XXX if desired in the future, return modfit (and free above)
     332  return (NULL);
     333}
     334
Note: See TracChangeset for help on using the changeset viewer.