IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8287


Ignore:
Timestamp:
Aug 10, 2006, 6:45:49 PM (20 years ago)
Author:
jhoblitt
Message:

fix the -ra required error messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/regtool.c

    r8285 r8287  
    665665    }
    666666    if (isnan(ra)) {
    667         psError(PS_ERR_UNKNOWN, true, "-airmass is required");
     667        psError(PS_ERR_UNKNOWN, true, "-ra is required");
    668668        return false;
    669669    }
Note: See TracChangeset for help on using the changeset viewer.