source: issm/branches/trunk-jpl-damage/src/c/modules/MaxAbsVxx/MaxAbsVxx.h@ 11427

Last change on this file since 11427 was 4974, checked in by Eric.Larour, 15 years ago

New conversion of unites for MassFlux, Misfit and all the MaxVel, MinVel, etc ... modules.

File size: 429 bytes
Line 
1/*!\file: MaxAbsVxx.h
2 * \brief header file for inverse methods misfit computation
3 */
4
5#ifndef _MAXABSVXX_H
6#define _MAXABSVXX_H
7
8#include "../../Container/Container.h"
9#include "../../objects/objects.h"
10
11/* local prototypes: */
12void MaxAbsVxx( double* pmaxabsvx, Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials, Parameters* parameters,bool process_units);
13
14#endif /* _MAXABSVXX_H */
15
Note: See TracBrowser for help on using the repository browser.