| # | Line 24 | Line 24 | class ExtendedSystem{ (protected) | |
|---|---|---|
| 24 | ||
| 25 | protected: | |
| 26 | ||
| 27 | + | SimInfo* entry_plug; |
| 28 | + | |
| 29 | + | // |
| 30 | + | int nAtoms; |
| 31 | + | int nMols; |
| 32 | + | int nOriented; |
| 33 | + | int ndf; |
| 34 | + | |
| 35 | + | Molecule* molecules; |
| 36 | + | Atom** atoms; |
| 37 | + | |
| 38 | // zeta and epsilonDot are propagated | |
| 39 | double zeta; | |
| 40 | double epsilonDot; | |
| # | Line 36 | Line 47 | class ExtendedSystem{ (protected) | |
| 47 | double tauRelax; | |
| 48 | ||
| 49 | }; | |
| 50 | + | #endif |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |