Last change
on this file was 16137, checked in by Mathieu Morlighem, 12 years ago |
merged trunk-jpl and trunk for revision 16135
|
File size:
492 bytes
|
Rev | Line | |
---|
[5311] | 1 | /*!\file: InputUpdateFromVectorDakotax.h
|
---|
[3699] | 2 | * \brief header file for updating datasets from inputs
|
---|
| 3 | */
|
---|
| 4 |
|
---|
[5311] | 5 | #ifndef _UPDATEINPUTSFROMVECTORDAKOTAXX_H
|
---|
| 6 | #define _UPDATEINPUTSFROMVECTORDAKOTAXX_H
|
---|
[3699] | 7 |
|
---|
[15396] | 8 | #include "../../classes/classes.h"
|
---|
[3699] | 9 |
|
---|
| 10 | /* local prototypes: */
|
---|
[16137] | 11 | void InputUpdateFromVectorDakotax(FemModel* femmodel,Vector<IssmDouble>* vector, int name,int type);
|
---|
| 12 | void InputUpdateFromVectorDakotax(FemModel* femmodel,IssmDouble* vector, int name,int type);
|
---|
[3699] | 13 |
|
---|
[5311] | 14 | #endif /* _UPDATEINPUTSFROMVECTORDAKOTAXX_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.