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