|
Last change
on this file since 11995 was 11995, checked in by Mathieu Morlighem, 14 years ago |
|
merged trunk-jpl and trunk for revision 11994M
|
|
File size:
657 bytes
|
| Line | |
|---|
| 1 | /*!\file: GetVectorFromControlInputsx.h
|
|---|
| 2 | */
|
|---|
| 3 |
|
|---|
| 4 | #ifndef _GETVECTORFROMCONTROLINPUTSXX_H
|
|---|
| 5 | #define _GETVECTORFROMCONTROLINPUTSXX_H
|
|---|
| 6 |
|
|---|
| 7 | #include "../../objects/objects.h"
|
|---|
| 8 | #include "../../Container/Container.h"
|
|---|
| 9 |
|
|---|
| 10 | /* local prototypes: */
|
|---|
| 11 | void GetVectorFromControlInputsx( Vector** pvector, Elements* elements,Nodes* nodes, Vertices* vertices,Loads* loads, Materials* materials, Parameters* parameters,const char* data="value");
|
|---|
| 12 | void GetVectorFromControlInputsx( double** pvector, Elements* elements,Nodes* nodes, Vertices* vertices,Loads* loads, Materials* materials, Parameters* parameters,const char* data="value");
|
|---|
| 13 |
|
|---|
| 14 | #endif /* _GETVECTORFROMCONTROLINPUTSXX_H */
|
|---|
| 15 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.