Memosa-FVM  0.2
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 typedef double ATYPE;
9 
10 #define ATYPE_STR double
11 #endif
double ATYPE
Definition: double/atype.h:8