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
|
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: */
|
---|
11 | void ResetConstraintsx(FemModel* femmodel);
|
---|
12 | void ResetZigzagCounterx(FemModel* femmodel);
|
---|
13 |
|
---|
14 | #endif /* _RESETCONSTRAINTSX_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.