source: issm/trunk/src/c/modules/InputAXPYx/AXPYInputx.h@ 4065

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

renamde AXPYInput to InputAXPY

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