IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2008, 4:04:55 PM (18 years ago)
Author:
Paul Price
Message:

Whoops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageInterpolate.c

    r18299 r18300  
    77 *  @author Paul Price, IfA
    88 *
    9  *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2008-06-24 02:03:02 $
     9 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2008-06-24 02:04:55 $
    1111 *
    1212 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    394394            norm4 += values[i] = norm1 * sin(pos * norm2) * sin(pos * norm3) / PS_SQR(pos);
    395395        }
    396         norm4 = 1.0 / norm4
     396        norm4 = 1.0 / norm4;
    397397        for (int i = 0; i < num; i++) {
    398398            values[i] *= norm4;
Note: See TracChangeset for help on using the changeset viewer.