IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2006, 5:21:16 PM (20 years ago)
Author:
Paul Price
Message:

Cleaning up use of include files for pslib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmModel.c

    r6943 r7604  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-04-21 21:26:01 $
     8 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-06-21 03:21:16 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1616#include <math.h>
    1717#include <string.h>
    18 #include "pslib.h"
     18#include <pslib.h>
    1919#include "pmModel.h"
    2020
     
    9494
    9595/******************************************************************************
    96     pmModelEval(source, level, row): evaluates the model function at the specified coords. 
    97     
     96    pmModelEval(source, level, row): evaluates the model function at the specified coords.
     97 
    9898    NOTE: The coords are in subImage source->pixel coords, not image coords.
    99     
     99 
    100100    XXX: Use static vectors for x (NO: needs to be thread safe)
    101101*****************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.