source: issm/trunk/src/c/modules/InputDepthAveragex/InputDepthAveragex.h@ 4073

Last change on this file since 4073 was 4073, checked in by Eric.Larour, 15 years ago

renamde DepthAverageInputx to InputDepthAveragex

File size: 437 bytes
RevLine 
[4073]1/*!\file: InputDepthAveragex.h
[3791]2 * \brief header file for averaging a field throfieldh thickness
3 */
4
5#ifndef _DEPTHAVERAGEINPUTX_H
6#define _DEPTHAVERAGEINPUTX_H
7
[3913]8#include "../../DataSet/DataSet.h"
[3791]9
10/* local prototypes: */
[4073]11void InputDepthAveragex( DataSet* elements,DataSet* nodes, DataSet* vertices, DataSet* loads, DataSet* materials, Parameters* parameters,int enum_type,int average_enum_type);
[3791]12
13#endif /* _DEPTHAVERAGEINPUTX_H */
14
Note: See TracBrowser for help on using the repository browser.