source: issm/trunk/src/c/modules/SurfaceLogVxVyMisfitx/SurfaceLogVxVyMisfitx.h@ 17989

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

merged trunk-jpl and trunk for revision 17986

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