Rev | Line | |
---|
[3845] | 1 | /*!\file: UpdateInputsFromConstantx.h
|
---|
| 2 | * \brief header file for updating datasets from inputs
|
---|
| 3 | */
|
---|
| 4 |
|
---|
| 5 | #ifndef _UPDATEINPUTSFROMCONSTANTXX_H
|
---|
| 6 | #define _UPDATEINPUTSFROMCONSTANTXX_H
|
---|
| 7 |
|
---|
[3913] | 8 | #include "../../objects/objects.h"
|
---|
| 9 | #include "../../DataSet/DataSet.h"
|
---|
[3845] | 10 |
|
---|
| 11 | /* local prototypes: */
|
---|
[3931] | 12 | void UpdateInputsFromConstantx( DataSet* elements,DataSet* nodes, DataSet* vertices,DataSet* loads, DataSet* materials, Parameters* parameters, bool constant, int name);
|
---|
| 13 | void UpdateInputsFromConstantx( DataSet* elements,DataSet* nodes, DataSet* vertices,DataSet* loads, DataSet* materials, Parameters* parameters, int constant, int name);
|
---|
[3890] | 14 | void UpdateInputsFromConstantx( DataSet* elements,DataSet* nodes, DataSet* vertices,DataSet* loads, DataSet* materials, Parameters* parameters, double constant, int name);
|
---|
[3845] | 15 |
|
---|
| 16 | #endif /* _UPDATEINPUTSFROMCONSTANTXX_H */
|
---|
| 17 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.