/*!\file: PositiveDegreeDayx.h * \brief header file for degree of freedoms distribution routines. */ #ifndef _POSITIVEDEGREEDAYX_H #define _POSITIVEDEGREEDAYX_H #include "../../classes/classes.h" /* local prototypes: */ void PositiveDegreeDayx(Elements* elements,Nodes* nodes, Vertices* vertices,Loads* loads,Materials* materials, Parameters* parameters); #endif /* _POSITIVEDEGREEDAYX_H*/