source: issm/trunk/src/c/modules/ControlConstrainx/ControlConstrainx.h@ 3913

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

Moved all objects in Bamg to objects directory.
Moved all solutions from parallel to solutoins.
Moved all modules from top c/ directory to c/modules directory
cleaned up all object dependencies in Bamg/objects (fiouh!)
That will do for the week-end:)

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