source: issm/trunk-jpl/src/c/modules/UpdateConstraintsx/UpdateConstraintsx.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: 421 bytes
RevLine 
[9002]1/*!\file: UpdateConstraintsx.h
2 * \brief header file for node and constraints update
3 */
4
5#ifndef _UPDATECONSTRAINTSX_H
6#define _UPDATECONSTRAINTSX_H
7
[12832]8#include "../../classes/objects/objects.h"
[9002]9#include "../../Container/Container.h"
10#include "../../toolkits/toolkits.h"
11
12/* local prototypes: */
13void UpdateConstraintsx(Nodes* nodes,Constraints* constraints,Parameters* parameters);
14
15#endif /* _UPDATECONSTRAINTSX_H */
Note: See TracBrowser for help on using the repository browser.