Changeset 4358
- Timestamp:
- 06/30/10 15:04:17 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r4356 r4358 1786 1786 tria->parameters=tria_parameters; 1787 1787 1788 1789 parametersin->FindParam(&analysis_counter,AnalysisCounterEnum);1790 this->SetHookNodes(tria_node_ids,analysis_counter); this->nodes=NULL; //set hook to nodes, for this analysis type1791 1792 1793 1788 /*now deal with nodes, matice and matpar: */ 1794 1789 tria->nodes=(Node**)xmalloc(3*sizeof(Node*));
Note:
See TracChangeset
for help on using the changeset viewer.