Changeset 4355


Ignore:
Timestamp:
06/30/10 14:51:55 (15 years ago)
Author:
seroussi
Message:

field missing in MarshallSize for Penta

File:
1 edited

Legend:

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

    r4353 r4355  
    7979        this->inputs=new Inputs();
    8080        this->results=new Results();
    81 
    8281}
    8382/*}}}*/
     
    272271        return sizeof(id)
    273272                +hnodes_size
     273                +sizeof(numanalyses)
    274274                +hmatice.MarshallSize()
    275275                +hmatpar.MarshallSize()
Note: See TracChangeset for help on using the changeset viewer.