| 139 | 
  | 
                 integrableObject != NULL;  | 
| 140 | 
  | 
                 integrableObject = mol->nextIntegrableObject(ii)) {  | 
| 141 | 
  | 
               | 
| 142 | 
< | 
              intObIndex = integrableObject->getGlobalIndex(); | 
| 142 | 
> | 
              intObIndex = integrableObject->getGlobalIntegrableObjectIndex(); | 
| 143 | 
  | 
 | 
| 144 | 
  | 
              zAngle = integrableObject->getZangle(); | 
| 145 | 
  | 
              zAngData.insert(std::pair<int, RealType>(intObIndex, zAngle)); | 
| 191 | 
  | 
                 integrableObject = mol->nextIntegrableObject(ii)) {  | 
| 192 | 
  | 
               | 
| 193 | 
  | 
              // build a vector of the indicies  | 
| 194 | 
< | 
              intObIndex = integrableObject->getGlobalIndex(); | 
| 194 | 
> | 
              intObIndex = integrableObject->getGlobalIntegrableObjectIndex(); | 
| 195 | 
  | 
              gIndex.push_back(intObIndex); | 
| 196 | 
  | 
                      | 
| 197 | 
  | 
              // build a vector of the zAngle values |