source: issm/trunk/src/c/modules/ControlConstrainx/ControlConstrainx.h@ 4048

Last change on this file since 4048 was 4048, checked in by Eric.Larour, 15 years ago

Serious cleanup of the control solutoin

File size: 434 bytes
Line 
1/*!\file: ControlContrainInputx.h
2 * \brief header file for field extrusion
3 */
4
5#ifndef _CONTROLCONTRAININPUTX_H
6#define _CONTROLCONTRAININPUTX_H
7
8#include "../../DataSet/DataSet.h"
9
10/* local prototypes: */
11void ControlContrainInputx(DataSet* elements,DataSet* nodes,DataSet* vertices,DataSet* loads,DataSet* materials,Parameters* parameters,int control_type,double cm_min, double cm_max);
12
13#endif /* _ControlContrainINPUTX_H */
14
Note: See TracBrowser for help on using the repository browser.