Last change
on this file since 14996 was 14996, checked in by Eric.Larour, 12 years ago |
CHG: integrated Container/ directory into src/c/classes/objects directory. No reason to have the containers
and the objects that they contain defined in different places.
|
File size:
460 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/objects/objects.h"
|
---|
9 |
|
---|
10 | /* local prototypes: */
|
---|
11 | void ThermalConstraintsReset(Loads* loads, int configuration_type);
|
---|
12 | void ResetConstraintsx(Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads,Materials* materials, Parameters* parameters);
|
---|
13 |
|
---|
14 | #endif /* _RESETCONSTRAINTSX_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.