Changeset 3400


Ignore:
Timestamp:
04/05/10 15:38:49 (15 years ago)
Author:
seroussi
Message:

fixed problem in Penta constructor (6 nodes)

File:
1 edited

Legend:

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

    r3398 r3400  
    2525/*FUNCTION Penta constructor {{{1*/
    2626Penta::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),
    2828        hmatice(&penta_matice_id,1),
    2929        hmatpar(&penta_matpar_id,1),
Note: See TracChangeset for help on using the changeset viewer.