source: issm/trunk/src/c/modules/InputUpdateFromVectorDakotax/InputUpdateFromVectorDakotax.h@ 16137

Last change on this file since 16137 was 16137, checked in by Mathieu Morlighem, 12 years ago

merged trunk-jpl and trunk for revision 16135

File size: 492 bytes
Line 
1/*!\file: InputUpdateFromVectorDakotax.h
2 * \brief header file for updating datasets from inputs
3 */
4
5#ifndef _UPDATEINPUTSFROMVECTORDAKOTAXX_H
6#define _UPDATEINPUTSFROMVECTORDAKOTAXX_H
7
8#include "../../classes/classes.h"
9
10/* local prototypes: */
11void InputUpdateFromVectorDakotax(FemModel* femmodel,Vector<IssmDouble>* vector, int name,int type);
12void InputUpdateFromVectorDakotax(FemModel* femmodel,IssmDouble* vector, int name,int type);
13
14#endif /* _UPDATEINPUTSFROMVECTORDAKOTAXX_H */
Note: See TracBrowser for help on using the repository browser.