Ice Sheet System Model
4.18
Code documentation
src
c
shared
Bamg
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
Generated on Thu Jul 2 2020 08:09:19 for Ice Sheet System Model by
1.8.19