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

Comparing trunk/OOPSE-4/src/visitors/ZconsVisitor.cpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2364 by tim, Thu Oct 13 22:26:47 2005 UTC

# Line 51 | Line 51 | namespace oopse {
51      currSnapshot_ = info_->getSnapshotManager()->getCurrentSnapshot();
52      Globals* simParam = info_->getSimParams();
53  
54 <    if (simParam->haveZconstraintTime()){
54 >    if (simParam->haveZconsTime()){
55        zconsTime_ = simParam->getZconsTime();
56      }
57      else{
# Line 76 | Line 76 | namespace oopse {
76        simError();      
77      }    
78          
79 <    int nZconstraints = simParam->getNzConstraints();
79 >    int nZconstraints = simParam->getNZconstraints();
80      ZconStamp** stamp = simParam->getZconStamp();
81      for (int i = 0; i < nZconstraints; i++){
82        int zmolIndex = stamp[i]->getMolIndex();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines