source: issm/trunk/src/c/SurfaceAreax/SurfaceAreax.h@ 3180

Last change on this file since 3180 was 3180, checked in by Mathieu Morlighem, 15 years ago

Added Misfit 3

File size: 392 bytes
Line 
1/*!\file: SurfaceAreax.h
2 * \brief header file for ...
3 */
4
5#ifndef _SURFACEAREAX_H
6#define _SURFACEAREAX_H
7
8#include "../DataSet/DataSet.h"
9
10/* local prototypes: */
11void SurfaceAreax( double* pS, DataSet* elements,DataSet* nodes, DataSet* loads, DataSet* materials, DataSet* parameters,
12 ParameterInputs* inputs,int analysis_type,int sub_analysis_type);
13
14#endif /* _SURFACEAREAX_H */
15
Note: See TracBrowser for help on using the repository browser.