| 697 | 
  | 
    } | 
| 698 | 
  | 
     | 
| 699 | 
  | 
    //setup fortran simulation | 
| 700 | 
– | 
    //gloalExcludes and molMembershipArray should go away (They are never used) | 
| 701 | 
– | 
    //why the hell fortran need to know molecule? | 
| 702 | 
– | 
    //OOPSE = Object-Obfuscated Parallel Simulation Engine | 
| 700 | 
  | 
    int nGlobalExcludes = 0; | 
| 701 | 
  | 
    int* globalExcludes = NULL;  | 
| 702 | 
  | 
    int* excludeList = exclude_.getExcludeList(); | 
| 884 | 
  | 
} | 
| 885 | 
  | 
 | 
| 886 | 
  | 
void SimInfo::setSnapshotManager(SnapshotManager* sman) { | 
| 887 | 
< | 
    //if (sman_ == sman_) { | 
| 888 | 
< | 
    //    return; | 
| 889 | 
< | 
    //} | 
| 890 | 
< | 
     | 
| 894 | 
< | 
    //delete sman_; | 
| 887 | 
> | 
    if (sman_ == sman) { | 
| 888 | 
> | 
        return; | 
| 889 | 
> | 
    }     | 
| 890 | 
> | 
    delete sman_; | 
| 891 | 
  | 
    sman_ = sman; | 
| 892 | 
  | 
 | 
| 893 | 
  | 
    Molecule* mol; |