IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 10, 2006, 10:46:57 AM (20 years ago)
Author:
Paul Price
Message:

Was missing a comma.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmFlatField.c

    r7856 r7857  
    1818 *  @author Ross Harman, MHPCC
    1919 *
    20  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    21  *  @date $Date: 2006-07-10 20:45:44 $
     20 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     21 *  @date $Date: 2006-07-10 20:46:57 $
    2222 *
    2323 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    111111        FLAT_DIVISION_CASE(U32, 0);
    112112        FLAT_DIVISION_CASE(U64, 0);
    113         FLAT_DIVISION_CASE(S8   0);
     113        FLAT_DIVISION_CASE(S8,  0);
    114114        FLAT_DIVISION_CASE(S16, 0);
    115115        FLAT_DIVISION_CASE(S32, 0);
Note: See TracChangeset for help on using the changeset viewer.