Ice Sheet System Model  4.18
Code documentation
Abs.h
Go to the documentation of this file.
1 #ifndef _BAMGABS_H_
2 #define _BAMGABS_H_
3 
4 namespace bamg {
5  template<class T> inline T Abs (const T &a){return a <0 ? -a : a;}
6 }
7 #endif
bamg
Definition: AdjacentTriangle.cpp:9
bamg::Abs
T Abs(const T &a)
Definition: Abs.h:5