source: issm/trunk/src/c/modules/InputDuplicatex/DuplicateInputx.h@ 4060

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

better naming convention

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