Ignore:
Timestamp:
06/21/10 11:13:48 (15 years ago)
Author:
Eric.Larour
Message:

Renamed ExtrudeInputx to InputExtrudex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/DepthAverageInputx/DepthAverageInputx.cpp

    r4055 r4064  
    44
    55#include "./DepthAverageInputx.h"
    6 
     6#include "../InputExtrudex/InputExtrudex.h"
    77#include "../../shared/shared.h"
    88#include "../../include/include.h"
     
    2525        }
    2626
     27
    2728        /*Then extrude vertically the new inputs*/
    28         elements->InputExtrude(average_enum_type);
     29        InputExtrudex( elements,nodes,vertices,loads,materials,parameters,enum_type);
    2930}
Note: See TracChangeset for help on using the changeset viewer.