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

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

Almost done migrating objects to classes

File size: 480 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
8#include "../../Container/Container.h"
[12832]9#include "../../classes/objects/objects.h"
[8608]10
11/* local prototypes: */
12void RheologyBbarAbsGradientx( double* 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.