source: issm/trunk-jpl/src/c/modules/RheologyBbarAbsGradientx/RheologyBbarAbsGradientx.h@ 15130

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

CHG: removing all process_units

File size: 418 bytes
Line 
1/*!\file: RheologyBbarAbsGradientx.h
2 * \brief header file for inverse methods misfit computation
3 */
4
5#ifndef _RHEOLOGYBBARGRADIENTX_H
6#define _RHEOLOGYBBARGRADIENTX_H
7
8#include "../../classes/classes.h"
9
10/* local prototypes: */
11void RheologyBbarAbsGradientx( 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.