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

Last change on this file since 12832 was 12832, checked in by Eric.Larour, 13 years ago

Almost done migrating objects to classes

File size: 500 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 */
16
Note: See TracBrowser for help on using the repository browser.