IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 15, 2006, 8:30:16 AM (21 years ago)
Author:
eugene
Message:

API cleanup, removed old test files, some re-organization, changed FLT/GAL to EXT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotTestArguments.c

    r5980 r5993  
    88  psArgumentVerbosity (argc, argv);
    99
    10   if (*argc != 3) usage ();
     10  if (*argc != 4) usage ();
    1111
    1212  return;
     
    1515static int usage () {
    1616
    17     fprintf (stderr, "USAGE: psphotModelTest (apresid.dat) (power)\n");
     17    fprintf (stderr, "USAGE: psphotTest (input.fits) (output.hdr) (out.fits)\n");
    1818    exit (2);
    1919}
Note: See TracChangeset for help on using the changeset viewer.