IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4210


Ignore:
Timestamp:
Jun 10, 2005, 11:14:10 AM (21 years ago)
Author:
desonia
Message:

fixed silly typo/bug.

Location:
trunk/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImageGeomManip.c

    r3977 r4210  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-05-19 05:18:20 $
     12 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-06-10 21:14:10 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    753753            outPosition.x = col+col0;
    754754            // apply the transform to get the position in the input image
    755             inPosition = psPlaneTransformApply(inPosition, outToIn, inPosition);
     755            inPosition = psPlaneTransformApply(inPosition, outToIn, outPosition);
    756756
    757757            if (inPosition == NULL) {
  • trunk/psLib/src/imageops/psImageGeomManip.c

    r3977 r4210  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-05-19 05:18:20 $
     12 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-06-10 21:14:10 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    753753            outPosition.x = col+col0;
    754754            // apply the transform to get the position in the input image
    755             inPosition = psPlaneTransformApply(inPosition, outToIn, inPosition);
     755            inPosition = psPlaneTransformApply(inPosition, outToIn, outPosition);
    756756
    757757            if (inPosition == NULL) {
Note: See TracChangeset for help on using the changeset viewer.