Changeset 3822
- Timestamp:
- 05/18/10 15:22:56 (15 years ago)
- Location:
- issm/trunk/src/c/objects/Elements
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r3821 r3822 64 64 this->InitHookMatice(penta_matice_id);this->matice=NULL; 65 65 this->InitHookMatpar(penta_matpar_id);this->matpar=NULL; 66 this->InitHookNeighbo ors(penta_elements_ids);this->neighbors=NULL;66 this->InitHookNeighbors(penta_elements_ids);this->neighbors=NULL; 67 67 68 68 //intialize inputs, and add as many inputs per element as requested: -
issm/trunk/src/c/objects/Elements/PentaHook.cpp
r3818 r3822 45 45 } 46 46 47 /*FUNCTION PentaHook::InitHookNeighbo ors(int* element_ids){{{1*/48 void PentaHook::InitHookNeighbo ors(int* element_ids){47 /*FUNCTION PentaHook::InitHookNeighbors(int* element_ids){{{1*/ 48 void PentaHook::InitHookNeighbors(int* element_ids){ 49 49 this->hneighbors.Init(element_ids,2); 50 50 -
issm/trunk/src/c/objects/Elements/PentaHook.h
r3818 r3822 23 23 void InitHookMatice(int matice_id); 24 24 void InitHookMatpar(int matpar_id); 25 void InitHookNeighbo ors(int* element_ids);25 void InitHookNeighbors(int* element_ids); 26 26 /*}}}*/ 27 27
Note:
See TracChangeset
for help on using the changeset viewer.