--- DarthVader/TrackerLevel2/src/F77/track.f 2009/02/03 13:57:16 1.4 +++ DarthVader/TrackerLevel2/src/F77/track.f 2014/06/04 07:57:04 1.5 @@ -36,7 +36,7 @@ * * March 2008 --> optimized by Paolo * -* DOTRACK3(NPOINT,ZIN,XOUT,YOUT,THXOUT,THYOUT,TLOUT,AL_P,IFAIL) +* DOTRACK3(NPOINT,ZIN,XOUT,YOUT,THXOUT,THYOUT,TLOUT,AL_P,ZINI,IFAIL) * - as the previous one, but with the coordinate ZINI of the reference * plane given as input parameter * @@ -57,7 +57,7 @@ * tolerance in reaching the next plane during the tracking procedure * ----------------------------------------------- * I/O parameters - PARAMETER (NPOINT_MAX=100) + PARAMETER (NPOINT_MAX=500) DIMENSION ZIN(NPOINT_MAX) DIMENSION XOUT(NPOINT_MAX),YOUT(NPOINT_MAX) DIMENSION THXOUT(NPOINT_MAX),THYOUT(NPOINT_MAX)