source: issm/trunk/src/c/ControlConstrainx/ControlConstrainx.h@ 3751

Last change on this file since 3751 was 3751, checked in by Eric.Larour, 15 years ago

Final build that compiles in serial and parallel model

File size: 360 bytes
Line 
1/*!\file: ControlConstrainx.h
2 * \brief constrain optimization parameters during inverse method
3 */
4
5#ifndef _CONTROLCONSTRAINX_H
6#define _CONTROLCONSTRAINX_H
7
8#include "../DataSet/DataSet.h"
9
10/* local prototypes: */
11void ControlConstrainx( double* p_g, int numberofnodes, double cm_min, double cm_max,int control_type);
12
13#endif /* _CONTROLCONSTRAINX_H */
14
Note: See TracBrowser for help on using the repository browser.