| # | Line 9 | Line 9 | Atom::Atom(int theIndex, SimState* theConfig) { | |
|---|---|---|
| 9 | ||
| 10 | myConfig = theConfig; | |
| 11 | hasCoords = false; | |
| 12 | < | |
| 12 | > | |
| 13 | c_n_hyd = 0; | |
| 14 | has_dipole = 0; | |
| 15 | is_VDW = 0; | |
| # | Line 42 | Line 42 | void Atom::setCoords(void){ | |
| 42 | ||
| 43 | if( myConfig->isAllocated() ){ | |
| 44 | ||
| 45 | + | |
| 46 | myConfig->getAtomPointers( index, | |
| 47 | &pos, | |
| 48 | &vel, | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |