Changeset 9304
- Timestamp:
- 08/11/11 16:42:24 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r9228 r9304 66 66 67 67 /*Build neighbors list*/ 68 if isnan(iomodel->upperelements[index]) penta_elements_ids[1]=this->id; //upper penta is the same penta68 if (isnan(iomodel->upperelements[index])) penta_elements_ids[1]=this->id; //upper penta is the same penta 69 69 else penta_elements_ids[1]=(int)(iomodel->upperelements[index]); 70 if isnan(iomodel->lowerelements[index]) penta_elements_ids[0]=this->id; //lower penta is the same penta70 if (isnan(iomodel->lowerelements[index])) penta_elements_ids[0]=this->id; //lower penta is the same penta 71 71 else penta_elements_ids[0]=(int)(iomodel->lowerelements[index]); 72 72 this->InitHookNeighbors(penta_elements_ids);
Note:
See TracChangeset
for help on using the changeset viewer.