Ignore:
Timestamp:
02/01/12 13:47:42 (13 years ago)
Author:
Mathieu Morlighem
Message:

moved TriaVertexInput to TriaP1Input and same for Penta

File:
1 moved

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/objects/Inputs/PentaP1Input.h

    r11288 r11291  
    1 /*! \file PentaVertexInput.h
     1/*! \file PentaP1Input.h
    22 *  \brief: header file for triavertexinput object
    33 */
     
    1414/*}}}*/
    1515
    16 class PentaVertexInput: public Input, public PentaRef{
     16class PentaP1Input: public Input, public PentaRef{
    1717
    1818        public:
     
    2121                double values[6];
    2222
    23                 /*PentaVertexInput constructors, destructors: {{{1*/
    24                 PentaVertexInput();
    25                 PentaVertexInput(int enum_type,double* values);
    26                 ~PentaVertexInput();
     23                /*PentaP1Input constructors, destructors: {{{1*/
     24                PentaP1Input();
     25                PentaP1Input(int enum_type,double* values);
     26                ~PentaP1Input();
    2727                /*}}}*/
    2828                /*Object virtual functions definitions:{{{1 */
     
    3939                Object* copy();
    4040                /*}}}*/
    41                 /*PentaVertexInput management: {{{1*/
     41                /*PentaP1Input management: {{{1*/
    4242                int   InstanceEnum();
    4343                Input* SpawnTriaInput(int* indices);
Note: See TracChangeset for help on using the changeset viewer.