IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 14, 2008, 8:24:27 AM (18 years ago)
Author:
eugene
Message:

minor formatting change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFits.c

    r16204 r16993  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.78 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2008-01-23 22:40:54 $
     9 *  @version $Revision: 1.79 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2008-03-14 18:24:27 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    296296    }
    297297
    298     // Ignore COMPRESSED_IMAGE extension name?
    299     bool ignoreCI = (!options || (options->conventions.compression &&
    300                                   (strcmp(extname, "COMPRESSED_IMAGE") != 0)));
     298    // Ignore EXTNAME with value COMPRESSED_IMAGE?
     299    bool ignoreCI = (!options || (options->conventions.compression && (strcmp(extname, "COMPRESSED_IMAGE") != 0)));
     300
    301301    char *extword = (options && options->extword) ? options->extword : "EXTNAME"; // Word for extension name
    302302
Note: See TracChangeset for help on using the changeset viewer.