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

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

merged trunk-jpl and trunk for revision 13393

File size: 482 bytes
RevLine 
[8608]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 "../../Container/Container.h"
[13395]9#include "../../classes/objects/objects.h"
[8608]10
11/* local prototypes: */
[13395]12void DragCoefficientAbsGradientx( IssmDouble* pJ, Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials, Parameters* parameters,bool process_units,int weight_index);
[8608]13
14#endif
Note: See TracBrowser for help on using the repository browser.