source: issm/trunk/src/c/modules/DragCoefficientAbsGradientx/DragCoefficientAbsGradientx.h@ 15396

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

merged trunk-jpl and trunk for revision 15394

File size: 416 bytes
Line 
1/*!\file: DragCoefficientAbsGradientx.h
2 * \brief header file for inverse methods misfit computation
3 */
4
5#ifndef _DRAGCOEFFABSGRADX_H
6#define _DRAGCOEFFABSGRADX_H
7
8#include "../../classes/classes.h"
9
10/* local prototypes: */
11void DragCoefficientAbsGradientx( IssmDouble* pJ, Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials, Parameters* parameters,int weight_index);
12
13#endif
Note: See TracBrowser for help on using the repository browser.