IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2007, 12:06:04 PM (19 years ago)
Author:
Paul Price
Message:

Fixing compilation error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtraction.c

    r14711 r14712  
    44 *  @author GLG, MHPCC
    55 *
    6  *  @version $Revision: 1.52 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2007-08-30 21:56:29 $
     6 *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2007-08-30 22:06:04 $
    88 *
    99 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    634634                    }
    635635                }
    636                 if (!isfinite(sumCC) {
     636                if (!isfinite(sumCC)) {
    637637                    bad = true;
    638638                }
Note: See TracChangeset for help on using the changeset viewer.