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

Last change on this file since 2354 was 2354, checked in by Mathieu Morlighem, 15 years ago

moved maxontrolconstraint to cm_max and same thing for min + added dampening fields

File size: 362 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,char* control_type);
12
13#endif /* _CONTROLCONSTRAINX_H */
14
Note: See TracBrowser for help on using the repository browser.