# | 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 | void InitializeFromFile :: read_xyz( SimInfo* the_entr | |
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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |