source: issm/trunk-jpl/src/c/modules/TriMeshRiftsx/TriMeshRiftsx.h@ 12061

Last change on this file since 12061 was 12061, checked in by Mathieu Morlighem, 13 years ago

Added TriMeshRifts (not working yet)

File size: 426 bytes
Line 
1/*!\file: TriMeshRiftsx.h
2 * \brief header file for TriMeshRiftsx module
3 */
4
5#ifndef _TRIMESHRIFTSX_H_
6#define _TRIMESHRIFTSX_H_
7
8#include "string.h"
9#include "../../Container/Container.h"
10#include "../../objects/objects.h"
11
12/* local prototypes: */
13void TriMeshRiftsx(Matrix** pindex,Vector** px,Vector** py,Matrix** psegments,Vector** psegmentmarkerlist,DataSet* domain,double area,bool order);
14
15#endif /* _TRIMESHX_H */
Note: See TracBrowser for help on using the repository browser.