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

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

merged trunk-jpl and trunk for revision 13393

File size: 478 bytes
RevLine 
[5284]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 "../../Container/Container.h"
[13395]9#include "../../classes/objects/objects.h"
[5284]10
11/* local prototypes: */
[13395]12void SurfaceLogVxVyMisfitx( IssmDouble* pJ, Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials, Parameters* parameters,bool process_units,int weight_index);
[5284]13
14#endif
Note: See TracBrowser for help on using the repository browser.