Last change
on this file since 4236 was 4236, checked in by Eric.Larour, 15 years ago |
New Container directory, with the format DataSet files. Split the header files from DataSet.h into Inputs.h, Elements.h, etc ...
|
File size:
402 bytes
|
Rev | Line | |
---|
[816] | 1 | /*!\file: UpdateGeometryx.h
|
---|
| 2 | * \brief header file for updating geometry
|
---|
| 3 | */
|
---|
| 4 |
|
---|
| 5 | #ifndef _UPDATEGEOMETRYX_H
|
---|
| 6 | #define _UPDATEGEOMETRYX_H
|
---|
| 7 |
|
---|
[4236] | 8 | #include "../../Container/Container.h"
|
---|
[3913] | 9 | #include "../../objects/objects.h"
|
---|
[816] | 10 |
|
---|
| 11 | /* local prototypes: */
|
---|
[4218] | 12 | void UpdateGeometryx(Elements* elements, Nodes* nodes,Vertices* vertices,Loads* loads, Materials* materials, Parameters* parameters);
|
---|
[816] | 13 |
|
---|
| 14 | #endif /* _UPDATEGEOMETRYX_H */
|
---|
| 15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.