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
RevLine 
[4046]1/*!\file: DuplicateInputx.h
[4043]2 * \brief header file for field extrusion
3 */
4
[4046]5#ifndef _DUPLICATEINPUTX_H
6#define _DUPLICATEINPUTX_H
[4043]7
8#include "../../DataSet/DataSet.h"
9
10/* local prototypes: */
[4046]11void DuplicateInputx(DataSet* elements,DataSet* nodes,DataSet* vertices,DataSet* loads,DataSet* materials,Parameters* parameters,int reinitialized_enum, int original_enum);
[4043]12
[4046]13#endif /* _DUPLICATEINPUTX_H */
[4043]14
Note: See TracBrowser for help on using the repository browser.