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

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

# Line 55 | Line 55 | namespace oopse {
55      }
56  
57      Globals* simParam = info_->getSimParams();
58 <    int nZconstraints = simParam->getNZconstraints();
59 <    ZconStamp** stamp = simParam->getZconStamp();
58 >    int nZconstraints = simParam->getNZconsStamps();
59 >    std::vector<ZConsStamp*> stamp = simParam->getZconsStamps();
60      for (int i = 0; i < nZconstraints; i++){
61        allZmols_.push_back(stamp[i]->getMolIndex());
62      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines