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