source: issm/branches/trunk-jpl-damage/src/c/modules/GetSolutionFromInputsx/GetSolutionFromInputsx.h@ 11684

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

merged revisions 11428:11680 from trunk-jpl into branches/trunk-jpl-damage

File size: 474 bytes
Line 
1/*!\file: GetSolutionFromInputsx.h
2 * \brief header file for updating datasets from inputs
3 */
4
5#ifndef _GETSOLUTIONFROMINPUTSXX_H
6#define _GETSOLUTIONFROMINPUTSXX_H
7
8#include "../../objects/objects.h"
9#include "../../Container/Container.h"
10
11/* local prototypes: */
12void GetSolutionFromInputsx( Vector** psolution, Elements* elements,Nodes* nodes, Vertices* vertices,Loads* loads, Materials* materials, Parameters* parameters);
13
14#endif /* _GETSOLUTIONFROMINPUTSXX_H */
15
Note: See TracBrowser for help on using the repository browser.