IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 27, 2007, 12:46:33 PM (18 years ago)
Author:
Paul Price
Message:

Removing test feature left in last check-in.

File:
1 edited

Legend:

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

    r15701 r15702  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-11-27 22:45:55 $
     8 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-11-27 22:46:33 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    262262                        myRy->data.F32[iy][ix] = 0.0;
    263263                    } else {
    264                         myRo->data.F32[iy][ix] = 1e10 * inRo->data.F32[jy][jx];
    265                         myRx->data.F32[iy][ix] = 1e10 * inRx->data.F32[jy][jx];
    266                         myRy->data.F32[iy][ix] = 1e10 * inRy->data.F32[jy][jx];
     264                        myRo->data.F32[iy][ix] = inRo->data.F32[jy][jx];
     265                        myRx->data.F32[iy][ix] = inRx->data.F32[jy][jx];
     266                        myRy->data.F32[iy][ix] = inRy->data.F32[jy][jx];
    267267                    }
    268268                }
Note: See TracChangeset for help on using the changeset viewer.