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

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

Redid Params and Inputs

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