/*!\file: UpdateGeometryx.h * \brief header file for updating geometry */ #ifndef _UPDATEGEOMETRYX_H #define _UPDATEGEOMETRYX_H #include "../../DataSet/DataSet.h" #include "../../objects/objects.h" /* local prototypes: */ void UpdateGeometryx(Vec* poutthickness,Vec* poutbed,Vec* poutsurface, DataSet* elements, DataSet* nodes,DataSet* vertices,DataSet* loads, DataSet* materials, Parameters* parameters, Vec newthickness,Vec bed,Vec surface); #endif /* _UPDATEGEOMETRYX_H */