# | 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 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |