Ignore:
Timestamp:
06/30/13 17:32:20 (12 years ago)
Author:
Mathieu Morlighem
Message:

NEW:merged PentaHook and TriaHook into ElementHook

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Penta.h

    r15305 r15372  
    99/*{{{*/
    1010#include "./Element.h"
    11 #include "./PentaHook.h"
     11#include "./ElementHook.h"
    1212#include "./PentaRef.h"
    13 class  Object;
     13class Object;
    1414class Parameters;
    1515class Results;
     
    2828/*}}}*/
    2929
    30 class Penta: public Element,public PentaHook,public PentaRef{
     30class Penta: public Element,public ElementHook,public PentaRef{
    3131
    3232        public:
Note: See TracChangeset for help on using the changeset viewer.