/*!\file: ControlContrainInputx.h * \brief header file for field extrusion */ #ifndef _CONTROLCONTRAININPUTX_H #define _CONTROLCONTRAININPUTX_H #include "../../DataSet/DataSet.h" /* local prototypes: */ void ControlContrainInputx(DataSet* elements,DataSet* nodes,DataSet* vertices,DataSet* loads,DataSet* materials,Parameters* parameters,int control_type,double cm_min, double cm_max); #endif /* _ControlContrainINPUTX_H */