| 73 | 
  | 
  char *parseErr; | 
| 74 | 
  | 
 | 
| 75 | 
  | 
 | 
| 76 | 
< | 
  entry_plug = the_entry_plug | 
| 76 | 
> | 
  entry_plug = the_entry_plug; | 
| 77 | 
  | 
 | 
| 78 | 
  | 
 | 
| 79 | 
  | 
#ifndef IS_MPI | 
| 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 | 
  | 
   | 
| 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 |