--- trunk/src/constraints/ZconstraintForceManager.cpp 2005/10/13 22:26:47 665 +++ trunk/src/constraints/ZconstraintForceManager.cpp 2005/12/02 15:38:03 770 @@ -120,8 +120,8 @@ namespace oopse { } double zforceConstant = OOPSEConstant::kb * targetTemp / (halfOfLargestBox * halfOfLargestBox); - int nZconstraints = simParam->getNZconstraints(); - ZconStamp** stamp = simParam->getZconStamp(); + int nZconstraints = simParam->getNZconsStamps(); + std::vector stamp = simParam->getZconsStamps(); // for (int i = 0; i < nZconstraints; i++){