ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/md_code/InitializeFromFile.cpp
(Generate patch)

Comparing trunk/mdtools/md_code/InitializeFromFile.cpp (file contents):
Revision 215 by chuckv, Thu Dec 19 21:59:51 2002 UTC vs.
Revision 249 by chuckv, Mon Jan 27 21:28:19 2003 UTC

# Line 73 | Line 73 | void InitializeFromFile :: read_xyz( SimInfo* the_entr
73    char *parseErr;
74  
75  
76 <  entry_plug = the_entry_plug
76 >  entry_plug = the_entry_plug;
77  
78  
79   #ifndef IS_MPI
# Line 298 | Line 298 | char* IntitializeFromFile::parseDumpLine(char* readLin
298   }
299  
300  
301 < char* IntitializeFromFile::parseDumpLine(char* readLine, int atomIndex){
301 > char* InitializeFromFile::parseDumpLine(char* readLine, int atomIndex){
302  
303    char *foo; // the pointer to the current string token
304    
# Line 317 | Line 317 | char* IntitializeFromFile::parseDumpLine(char* readLin
317    n_atoms = mpiSim->getTotAtoms();
318   #else
319    n_atoms = entry_plug->n_atoms;
320 < #endi // is_mpi
320 > #endif // is_mpi
321  
322  
323    // set the string tokenizer

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines