/*!\file: AXPYInputx.h * \brief header file for field extrusion */ #ifndef _AXPYINPUTX_H #define _AXPYINPUTX_H #include "../../DataSet/DataSet.h" /* local prototypes: */ void AXPYInputx(DataSet* elements,DataSet* nodes,DataSet* vertices,DataSet* loads,DataSet* materials,Parameters* parameters,int YEnum, double scalar, int XEnum); #endif /* _AXPYINPUTX_H */