Ice Sheet System Model  4.18
Code documentation
VertexCoordinatesx.h
Go to the documentation of this file.
1 
4 #ifndef _VERTEX_COORDINATESX_H
5 #define _VERTEX_COORDINATESX_H
6 
7 #include "../../classes/classes.h"
8 
9 /* local prototypes: */
10 void VertexCoordinatesx( IssmDouble** px, IssmDouble** py, IssmDouble** pz, Vertices* vertices,bool spherical=false);
11 
12 #endif /* _VERTEX_COORDINATESX_H */
Vertices
Declaration of Vertices class.
Definition: Vertices.h:15
IssmDouble
double IssmDouble
Definition: types.h:37
VertexCoordinatesx
void VertexCoordinatesx(IssmDouble **px, IssmDouble **py, IssmDouble **pz, Vertices *vertices, bool spherical=false)
Definition: VertexCoordinatesx.cpp:11