Rev | Line | |
---|
[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: */
|
---|
[4215] | 11 | void InputDepthAveragex( Elements* elements,Nodes* nodes, Vertices* vertices, Loads* 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.