ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/constraints/ZconstraintForceManager.cpp
(Generate patch)

Comparing trunk/src/constraints/ZconstraintForceManager.cpp (file contents):
Revision 1969 by gezelter, Wed Feb 26 14:14:50 2014 UTC vs.
Revision 2067 by gezelter, Thu Mar 5 15:35:37 2015 UTC

# 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_;    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines