source: issm/branches/trunk-jpl-damage/src/c/modules/ThicknessAbsGradientx/ThicknessAbsGradientx.h@ 13101

Last change on this file since 13101 was 13101, checked in by cborstad, 13 years ago

merged trunk-jpl through revision 13099 into branch

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