Changeset 3400
- Timestamp:
- 04/05/10 15:38:49 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Penta.cpp
r3398 r3400 25 25 /*FUNCTION Penta constructor {{{1*/ 26 26 Penta::Penta(int penta_id,int* penta_node_ids, int penta_matice_id, int penta_matpar_id, int penta_numpar_id, ElementProperties* pentaproperties): 27 hnodes(penta_node_ids, 3),27 hnodes(penta_node_ids,6), 28 28 hmatice(&penta_matice_id,1), 29 29 hmatpar(&penta_matpar_id,1),
Note:
See TracChangeset
for help on using the changeset viewer.