Changeset 3523
- Timestamp:
- 04/13/10 11:38:28 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Penta.cpp
r3490 r3523 235 235 Tria* tria=NULL; 236 236 int indices[3]; 237 int zero=0; 237 238 Hook* tria_hnodes=NULL; 238 239 Hook* tria_hmatice=NULL; … … 246 247 247 248 tria_hnodes =this->hnodes.Spawn(indices,3); 248 tria_hmatice=this->hmatice.Spawn( indices,1);249 tria_hmatpar=this->hmatpar.Spawn( indices,1);250 tria_hnumpar=this->hnumpar.Spawn( indices,1);249 tria_hmatice=this->hmatice.Spawn(&zero,1); 250 tria_hmatpar=this->hmatpar.Spawn(&zero,1); 251 tria_hnumpar=this->hnumpar.Spawn(&zero,1); 251 252 tria_properties=(ElementProperties*)this->properties.Spawn(indices,3); 252 253
Note:
See TracChangeset
for help on using the changeset viewer.