| # | Line 100 | Line 100 | void DUFF::parse(const std::string& filename) { | |
|---|---|---|
| 100 | for (at = atomTypeCont_.beginType(i); at != NULL; at = atomTypeCont_.nextType(i)) { | |
| 101 | at->complete(); | |
| 102 | } | |
| 103 | + | |
| 104 | + | delete ffStream; | 
| 105 | ||
| 106 | } | |
| 107 | ||
| 108 | + | DUFF::~DUFF(){ | 
| 109 | + | destroyLJTypes(); | 
| 110 | + | destroyStickyTypes(); | 
| 111 | + | } | 
| 112 | } //end namespace oopse | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |