source: issm/trunk/src/c/modules/PositiveDegreeDayx/PositiveDegreeDayx.h@ 15396

Last change on this file since 15396 was 15396, checked in by Mathieu Morlighem, 12 years ago

merged trunk-jpl and trunk for revision 15394

File size: 399 bytes
RevLine 
[11510]1/*!\file: PositiveDegreeDayx.h
2 * \brief header file for degree of freedoms distribution routines.
3 */
4
5#ifndef _POSITIVEDEGREEDAYX_H
6#define _POSITIVEDEGREEDAYX_H
7
[15396]8#include "../../classes/classes.h"
[11510]9
10/* local prototypes: */
11void PositiveDegreeDayx(Elements* elements,Nodes* nodes, Vertices* vertices,Loads* loads,Materials* materials, Parameters* parameters);
12
13#endif /* _POSITIVEDEGREEDAYX_H*/
Note: See TracBrowser for help on using the repository browser.