source:
issm/trunk/src/c/modules/UpdateGeometryx/UpdateGeometryx.h@
4211
Last change on this file since 4211 was 4211, checked in by , 15 years ago | |
---|---|
File size: 396 bytes |
Line | |
---|---|
1 | /*!\file: UpdateGeometryx.h |
2 | * \brief header file for updating geometry |
3 | */ |
4 | |
5 | #ifndef _UPDATEGEOMETRYX_H |
6 | #define _UPDATEGEOMETRYX_H |
7 | |
8 | #include "../../DataSet/DataSet.h" |
9 | #include "../../objects/objects.h" |
10 | |
11 | /* local prototypes: */ |
12 | void UpdateGeometryx(DataSet* elements, Nodes* nodes,DataSet* vertices,DataSet* loads, DataSet* materials, Parameters* parameters); |
13 | |
14 | #endif /* _UPDATEGEOMETRYX_H */ |
15 |
Note:
See TracBrowser
for help on using the repository browser.