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

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

First new interface with new inputs

File size: 419 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: */
[3446]12void SurfaceAreax( double* pS, DataSet* elements,DataSet* nodes, DataSet* vertices, DataSet* loads, DataSet* materials, DataSet* 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.