| # | Line 54 | Line 54 | namespace OpenMD { | |
|---|---|---|
| 54 | void applyConstraints(); | |
| 55 | ||
| 56 | protected: | |
| 57 | + | void initialize(); |
| 58 | SimInfo* info_; | |
| 59 | + | bool initialized_; |
| 60 | bool hasFlucQ_; | |
| 61 | bool constrainRegions_; | |
| 62 | std::vector<int> regionKeys_; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |