Changeset 3805 for issm/trunk/src/c/objects/Elements/Tria.cpp
- Timestamp:
- 05/18/10 11:25:43 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Tria.cpp
r3803 r3805 66 66 tria_matpar_id=iomodel->numberofelements+1; //refers to the constant material parameters object 67 67 68 this->InitHookNodes(tria_node_ids); 69 this->InitHookMatice(tria_matice_id); 70 this->InitHookMatpar(tria_matpar_id); 68 this->InitHookNodes(tria_node_ids); this->nodes=NULL; 69 this->InitHookMatice(tria_matice_id);this->matice=NULL; 70 this->InitHookMatpar(tria_matpar_id);this->matpar=NULL; 71 71 72 72 //intialize inputs, and add as many inputs per element as requested:
Note:
See TracChangeset
for help on using the changeset viewer.