Rev | Line | |
---|
[4046] | 1 | /*!\file: DuplicateInputx.h
|
---|
[4043] | 2 | * \brief header file for field extrusion
|
---|
| 3 | */
|
---|
| 4 |
|
---|
[4046] | 5 | #ifndef _DUPLICATEINPUTX_H
|
---|
| 6 | #define _DUPLICATEINPUTX_H
|
---|
[4043] | 7 |
|
---|
| 8 | #include "../../DataSet/DataSet.h"
|
---|
| 9 |
|
---|
| 10 | /* local prototypes: */
|
---|
[4046] | 11 | void DuplicateInputx(DataSet* elements,DataSet* nodes,DataSet* vertices,DataSet* loads,DataSet* materials,Parameters* parameters,int reinitialized_enum, int original_enum);
|
---|
[4043] | 12 |
|
---|
[4046] | 13 | #endif /* _DUPLICATEINPUTX_H */
|
---|
[4043] | 14 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.