source: issm/branches/trunk-jpl-damage/src/c/modules/InputToResultx/InputToResultx.h@ 11427

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

New Container directory, with the format DataSet files. Split the header files from DataSet.h into Inputs.h, Elements.h, etc ...

File size: 397 bytes
Line 
1/*!\file: InputToResultx.h
2 * \brief header file for field extrusion
3 */
4
5#ifndef _INPUTTORESULTX_H
6#define _INPUTTORESULTX_H
7
8#include "../../Container/Container.h"
9
10/* local prototypes: */
11void InputToResultx(Elements* elements,Nodes* nodes,Vertices* vertices,Loads* loads,Materials* materials,Parameters* parameters,int enum_type,int step=1, double time=0);
12
13#endif /* _INPUTTORESULTX_H */
14
Note: See TracBrowser for help on using the repository browser.