Ignore:
Timestamp:
06/09/11 15:22:09 (14 years ago)
Author:
Mathieu Morlighem
Message:

Added new DatasetInput for multiple inputs (needed for control methods: weights)
fixed a leak in Penta.cpp
removed some unnecessary model fields, now in marshall

File:
1 edited

Legend:

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

    r8418 r8592  
    178178                void    GetParameterListOnVertices(double* pvalue,int enumtype);
    179179                void    GetParameterListOnVertices(double* pvalue,int enumtype,double defaultvalue);
     180                void    GetParameterListOnVertices(double* pvalue,int enumtype,double defaultvalue,int index); //TO BE REMOVED
    180181                void    GetParameterValue(double* pvalue,Node* node,int enumtype);
    181182                void      GetSolutionFromInputsDiagnosticHoriz(Vec solution);
Note: See TracChangeset for help on using the changeset viewer.