Last change
on this file since 3913 was 3913, checked in by Eric.Larour, 15 years ago |
Moved all objects in Bamg to objects directory.
Moved all solutions from parallel to solutoins.
Moved all modules from top c/ directory to c/modules directory
cleaned up all object dependencies in Bamg/objects (fiouh!)
That will do for the week-end:)
|
File size:
493 bytes
|
Line | |
---|
1 | /*!\file: UpdateInputsFromConstantx.h
|
---|
2 | * \brief header file for updating datasets from inputs
|
---|
3 | */
|
---|
4 |
|
---|
5 | #ifndef _UPDATEINPUTSFROMCONSTANTXX_H
|
---|
6 | #define _UPDATEINPUTSFROMCONSTANTXX_H
|
---|
7 |
|
---|
8 | #include "../../objects/objects.h"
|
---|
9 | #include "../../DataSet/DataSet.h"
|
---|
10 |
|
---|
11 | /* local prototypes: */
|
---|
12 | void UpdateInputsFromConstantx( DataSet* elements,DataSet* nodes, DataSet* vertices,DataSet* loads, DataSet* materials, Parameters* parameters, double constant, int name);
|
---|
13 |
|
---|
14 | #endif /* _UPDATEINPUTSFROMCONSTANTXX_H */
|
---|
15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.