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

Comparing trunk/OOPSE-2.0/src/constraints/ZconstraintForceManager.cpp (file contents):
Revision 2468 by tim, Thu Oct 13 22:26:47 2005 UTC vs.
Revision 2469 by tim, Fri Dec 2 15:38:03 2005 UTC

# Line 120 | Line 120 | namespace oopse {
120      }
121      double zforceConstant = OOPSEConstant::kb * targetTemp / (halfOfLargestBox * halfOfLargestBox);
122          
123 <    int nZconstraints = simParam->getNZconstraints();
124 <    ZconStamp** stamp = simParam->getZconStamp();
123 >    int nZconstraints = simParam->getNZconsStamps();
124 >    std::vector<ZConsStamp*> stamp = simParam->getZconsStamps();
125      //
126      for (int i = 0; i < nZconstraints; i++){
127  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines