| 60 |
|
} |
| 61 |
|
|
| 62 |
|
void InteractionManager::initialize() { |
| 63 |
< |
|
| 63 |
> |
|
| 64 |
> |
if (initialized_) return; |
| 65 |
> |
|
| 66 |
|
ForceField* forceField_ = info_->getForceField(); |
| 67 |
|
|
| 68 |
|
lj_->setForceField(forceField_); |
| 111 |
|
|
| 112 |
|
bool vdwExplicit = false; |
| 113 |
|
bool metExplicit = false; |
| 112 |
– |
bool hbExplicit = false; |
| 114 |
|
|
| 115 |
|
key = make_pair(atype1, atype2); |
| 116 |
|
|
| 380 |
|
|
| 381 |
|
RealType InteractionManager::getSuggestedCutoffRadius(int *atid) { |
| 382 |
|
if (!initialized_) initialize(); |
| 383 |
< |
|
| 383 |
> |
|
| 384 |
|
AtomType* atype = typeMap_[*atid]; |
| 385 |
|
|
| 386 |
|
pair<AtomType*, AtomType*> key = make_pair(atype, atype); |