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

Last change on this file since 16314 was 16314, checked in by Mathieu Morlighem, 11 years ago

CHG: removing all references to weight_index

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