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:
491 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 |
|
---|
[3913] | 8 | #include "../../DataSet/DataSet.h"
|
---|
| 9 | #include "../../objects/objects.h"
|
---|
[816] | 10 |
|
---|
| 11 | /* local prototypes: */
|
---|
| 12 | void UpdateGeometryx(Vec* poutthickness,Vec* poutbed,Vec* poutsurface,
|
---|
[3673] | 13 | DataSet* elements, DataSet* nodes,DataSet* vertices,DataSet* loads, DataSet* materials, Parameters* parameters,
|
---|
[816] | 14 | Vec newthickness,Vec bed,Vec surface);
|
---|
| 15 |
|
---|
| 16 | #endif /* _UPDATEGEOMETRYX_H */
|
---|
| 17 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.