| # | Line 625 | Line 625 | namespace OpenMD { | |
|---|---|---|
| 625 | } | |
| 626 | ||
| 627 | void ZconstraintForceManager::updateZPos(){ | |
| 628 | – | RealType curTime = currSnapshot_->getTime(); | 
| 628 | std::list<ZconstraintMol>::iterator i; | |
| 629 | for ( i = fixedZMols_.begin(); i != fixedZMols_.end(); ++i) { | |
| 630 | i->param.zTargetPos += zconsGap_; | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |