Changeset 4400
- Timestamp:
- 07/06/10 08:48:37 (15 years ago)
- Location:
- issm/trunk/src/c/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/src/c/objects/Elements/TriaHook.cpp ¶
r4396 r4400 46 46 47 47 this->numanalyses=in_numanalyses; 48 this->hnodes= new Hook*[in_numanalyses];48 this->hnodes= new Hook*[in_numanalyses]; 49 49 this->hmatice=new Hook(&matice_id,1); 50 50 this->hmatpar=new Hook(&matpar_id,1); 51 52 //Initialize hnodes 53 for(int i=0;i<this->numanalyses;i++){ 54 this->hnodes[i]=new Hook(); 55 } 51 56 52 57 } -
TabularUnified issm/trunk/src/c/objects/Hook.cpp ¶
r4396 r4400 232 232 output->ids[i]=this->ids[i]; 233 233 } 234 235 return (Object*)output; 234 236 } 235 237 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.