Ignore:
Timestamp:
09/09/10 09:00:34 (15 years ago)
Author:
Mathieu Morlighem
Message:

IceFront now has its hooks and also their corresponding object to avoid calling deliver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Loads/Icefront.h

    r5713 r5714  
    1212class Inputs;
    1313class Parameters;
     14class Matpar;
     15class Node;
     16class Element;
    1417class IoModel;
    1518/*}}}*/
     
    2528                Hook* helement;
    2629                Hook* hmatpar;
     30
     31                /*Corresponding fields*/
     32                Matpar   *matpar;
     33                Node    **nodes;
     34                Element  *element;
    2735
    2836                /*inputs and parameters: */
Note: See TracChangeset for help on using the changeset viewer.