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

Last change on this file since 15929 was 15849, checked in by seroussi, 12 years ago

CHG: moved some modules back to src/modules and simplified some prototypes

File size: 357 bytes
Line 
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 "../../classes/classes.h"
9
10/* local prototypes: */
11void ThermalConstraintsReset(Loads* loads, int configuration_type);
12void ResetConstraintsx(FemModel* femmodel);
13
14#endif /* _RESETCONSTRAINTSX_H */
Note: See TracBrowser for help on using the repository browser.