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

Comparing trunk/OOPSE-4/src/applications/oopse/oopse.cpp (file contents):
Revision 2403 by chrisfen, Tue Nov 1 19:13:23 2005 UTC vs.
Revision 2469 by tim, Fri Dec 2 15:38:03 2005 UTC

# Line 152 | Line 152 | int main(int argc,char* argv[]){
152  
153  
154      //Zconstraint-Method
155 <    if (simParams->haveNZconstraints()) {
156 <      info->setNZconstraint(simParams->getNZconstraints());
155 >    if (simParams->getNZconsStamps() > 0) {
156 >      info->setNZconstraint(simParams->getNZconsStamps());
157        ForceManager* fman = new ZconstraintForceManager(info);
158        myIntegrator->setForceManager(fman);
159      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines