source: issm/trunk-jpl/src/c/modules/ResetConstraintsx/ResetConstraintsx.h@ 13623

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

CHG: cosmetics, removing all deboule blank lines and indent single white lines correctly

File size: 499 bytes
RevLine 
[9127]1/*!\file: ResetConstraintsx.h
2 * \brief header file for penalty constraints module
3 */
4
5#ifndef _RESETCONSTRAINTSX_H
6#define _RESETCONSTRAINTSX_H
7
8#include "../../Container/Container.h"
[12832]9#include "../../classes/objects/objects.h"
[9127]10
11/* local prototypes: */
12void ThermalConstraintsReset(Loads* loads, int configuration_type);
13void ResetConstraintsx(Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads,Materials* materials, Parameters* parameters);
14
15#endif /* _RESETCONSTRAINTSX_H */
Note: See TracBrowser for help on using the repository browser.