IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 21, 2007, 2:10:20 PM (19 years ago)
Author:
eugene
Message:

convert str_to_time and related functions to ohana_...; various cleanups for -Wall -Werror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/ImageOps.c

    r14401 r14590  
    2727
    2828  if (selection->useSkyregion) {
    29     get_skyregion (&patch.Rmin, &patch.Rmax, &patch.Dmin, &patch.Dmax);
     29    double Rs, Re, Ds, De;
     30    get_skyregion (&Rs, &Re, &Ds, &De);
     31    patch.Rmin = Rs;
     32    patch.Rmax = Re;
     33    patch.Dmin = Ds;
     34    patch.Dmax = De;
    3035    Rmin = patch.Rmin - 182.0;
    3136    Rmax = patch.Rmax + 182.0;
Note: See TracChangeset for help on using the changeset viewer.