ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/tcProps/scdCorr.c
(Generate patch)

Comparing trunk/tcProps/scdCorr.c (file contents):
Revision 1060 by mmeineke, Thu Feb 19 21:10:06 2004 UTC vs.
Revision 1062 by mmeineke, Fri Feb 20 21:20:37 2004 UTC

# Line 45 | Line 45 | void calcScdCorr( double startTime, struct atomCoord*
45  
46      startFrame++;
47      
48    if(startTime <= frameTimes[startFrame])
49      startFound = 1;
50
48      if(startFrame >= nFrames){
49        
50        fprintf( stderr,
# Line 55 | Line 52 | void calcScdCorr( double startTime, struct atomCoord*
52                 startTime );
53        exit(0);
54      }
55 +
56 +    if(startTime <= frameTimes[startFrame])
57 +      startFound = 1;
58 +
59 +
60    }
61  
62    corrFrames = nFrames - startFrame;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines