Ignore:
Timestamp:
05/18/10 11:25:43 (15 years ago)
Author:
Eric.Larour
Message:

New Penta Hook

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Tria.cpp

    r3803 r3805  
    6666        tria_matpar_id=iomodel->numberofelements+1; //refers to the constant material parameters object
    6767
    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;
    7171
    7272        //intialize inputs, and add as many inputs per element as requested:
Note: See TracChangeset for help on using the changeset viewer.