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

Last change on this file since 12004 was 12004, checked in by cborstad, 13 years ago

merged trunk-jpl into trunk-jpl-damage through revision 11990

File size: 370 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);
12
13#endif /* _INPUTTORESULTX_H */
Note: See TracBrowser for help on using the repository browser.