source: issm/trunk-jpl/src/c/modules/ThicknessAlongGradientx/ThicknessAlongGradientx.h@ 15000

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

CHG: modules should be including src/c/classes/classes.h, not src/c/classes/objects/objects.h

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