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:
470 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: */
|
---|
12 | void GetSolutionFromInputsx( Vec* 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.