IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 61


Ignore:
Timestamp:
Feb 24, 2003, 2:33:39 PM (23 years ago)
Author:
eugene
Message:

removed ERROR and SUCCESS (always second-level)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/perl/src/demodemap

    r17 r61  
    2525$modefits = `detsearch $close -quiet -image $first $ccds[0] split -type modes`; chop ($modefits);
    2626if ($?) {
    27     print "ERROR: can't get mode image\n";
     27    print "can't get mode image\n";
    2828    exit 1;
    2929}
     
    3737close (MANA);
    3838if ($?) {
    39     print STDERR "ERROR problem with demodemap\n";
     39    print STDERR "problem with demodemap\n";
    4040    exit 1;
    4141}
    4242
    43 # print STDOUT "SUCCESS: finished with demodemap\n";
     43print STDOUT "finished with demodemap\n";
    4444
    4545exit 0;
Note: See TracChangeset for help on using the changeset viewer.