Ice Sheet System Model  4.18
Code documentation
typedefs.h
Go to the documentation of this file.
1 #ifndef _BAMGTYPEDEFS_H
2 #define _BAMGTYPEDEFS_H
3 
4 #include "./R2.h"
5 
6 namespace bamg {
7 
8  /*Integer coordinates types*/
9 
10  /*I2 and R2*/
13 }
14 
15 #endif
bamg
Definition: AdjacentTriangle.cpp:9
bamg::I2
P2< int, long long > I2
Definition: typedefs.h:11
bamg::R2
P2< double, double > R2
Definition: typedefs.h:12
bamg::P2< int, long long >
R2.h