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

Comparing trunk/tcProps/tcProps.c (file contents):
Revision 1052 by mmeineke, Fri Feb 13 22:13:06 2004 UTC vs.
Revision 1056 by mmeineke, Tue Feb 17 14:30:48 2004 UTC

# Line 13 | Line 13 | int main( int argC, char *argV[] ){
13  
14    // list of 'a priori' constants
15  
16 <  const int nLipAtoms = 19;
17 <  const int nBonds = 18;
18 <  const int nLipids = NLIPIDS;
19 <  const int nSSD = NSSD;
20 <  const int nAtoms = nLipAtoms * nLipids + nSSD;
16 >  const int nLipAtoms = NL_ATOMS;
17 >  const int nBonds    = NBONDS;
18 >  const int nLipids   = NLIPIDS;
19 >  const int nSSD      = NSSD;
20 >  const int nAtoms    = nLipAtoms * nLipids + nSSD;
21  
22    // different needed variables
23    
# Line 29 | Line 29 | int main( int argC, char *argV[] ){
29    // system initialization
30    
31    isScanned = 0;
32 +  fileOpen = 0;
33 +  nFrames = 0;
34 +  frameTimes = NULL;
35  
36  
37    // initialize the arrays
# Line 87 | Line 90 | int main( int argC, char *argV[] ){
90  
91    // read and set the frames
92    
93 <  nFrames = setFrames( inName );
93 >  setFrames( inName );
94    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines