| # | Line 835 | Line 835 | void SimInfo::setSnapshotManager(SnapshotManager* sman | |
|---|---|---|
| 835 | } | |
| 836 | ||
| 837 | void SimInfo::setSnapshotManager(SnapshotManager* sman) { | |
| 838 | < | if (sman_ == sman_) { | 
| 839 | < | return; | 
| 840 | < | } | 
| 838 | > | //if (sman_ == sman_) { | 
| 839 | > | // return; | 
| 840 | > | //} | 
| 841 | ||
| 842 | < | delete sman_; | 
| 842 | > | //delete sman_; | 
| 843 | sman_ = sman; | |
| 844 | ||
| 845 | Molecule* mol; | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |