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

Comparing trunk/OOPSE-3.0/src/io/ZConsReader.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 55 | Line 55 | namespace oopse {
55      }
56  
57      Globals* simParam = info_->getSimParams();
58 <    int nZconstraints = simParam->getNzConstraints();
58 >    int nZconstraints = simParam->getNZconstraints();
59      ZconStamp** stamp = simParam->getZconStamp();
60      for (int i = 0; i < nZconstraints; i++){
61        allZmols_.push_back(stamp[i]->getMolIndex());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines