/*!\file: UpdateConstraintsx.h * \brief header file for node and constraints update */ #ifndef _UPDATECONSTRAINTSX_H #define _UPDATECONSTRAINTSX_H #include "../../objects/objects.h" #include "../../Container/Container.h" #include "../../toolkits/toolkits.h" /* local prototypes: */ void UpdateConstraintsx(Nodes* nodes,Constraints* constraints,Parameters* parameters); #endif /* _UPDATECONSTRAINTSX_H */