Memosa-FVM  0.2
tangent_double/atype.h
Go to the documentation of this file.
1 // This file os part of FVM
2 // Copyright (c) 2012 FVM Authors
3 // See LICENSE file for terms.
4 
5 #ifndef _ATYPE_H_
6 #define _ATYPE_H_
7 
8 #include "Tangent.h"
9 
10 typedef Tangent ATYPE;
11 
12 #define USING_ATYPE_TANGENT
13 
14 #define ATYPE_STR Tangent
15 
16 #endif
Tangent ATYPE