IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 19, 2006, 4:37:56 PM (20 years ago)
Author:
magnier
Message:

fixed error in psVectorBracket

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/objects/pmGrowthCurve.c

    r6751 r6915  
    55 *  @author EAM, IfA
    66 *
    7  *  @version $Revision: 1.1.4.3 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2006-04-01 02:47:20 $
     7 *  @version $Revision: 1.1.4.4 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2006-04-20 02:37:56 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5858    int N;
    5959    int Nlo = 0;
    60     int Nhi = index->n;
     60    int Nhi = index->n - 1;
    6161
    6262    if (above) {
Note: See TracChangeset for help on using the changeset viewer.