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

Last change on this file was 23524, checked in by Mathieu Morlighem, 6 years ago

CHG: cleaning up inputupdate, removing Update class, now that inputs are always in element

File size: 335 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
[15000]8#include "../../classes/classes.h"
[9127]9
10/* local prototypes: */
[15849]11void ResetConstraintsx(FemModel* femmodel);
[23524]12void ResetZigzagCounterx(FemModel* femmodel);
[9127]13
14#endif /* _RESETCONSTRAINTSX_H */
Note: See TracBrowser for help on using the repository browser.