liba2ri  0.2
 All Data Structures
config.h
1 /*************************************/
2 /* Auteur : Rémi Synave */
3 /* Date de création : 23/02/10 */
4 /* Date de modification : 25/02/10 */
5 /* Version : 0.2 */
6 /*************************************/
7 
8 /***************************************************************************/
9 /* This file is part of a2ri. */
10 /* */
11 /* a2ri is free software: you can redistribute it and/or modify it */
12 /* under the terms of the GNU Lesser General Public License as published */
13 /* by the Free Software Foundation, either version 3 of the License, or */
14 /* (at your option) any later version. */
15 /* */
16 /* a2ri is distributed in the hope that it will be useful, */
17 /* but WITHOUT ANY WARRANTY; without even the implied warranty of */
18 /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
19 /* GNU Lesser General Public License for more details. */
20 /* */
21 /* You should have received a copy of the GNU Lesser General Public */
22 /* License along with a2ri. */
23 /* If not, see <http://www.gnu.org/licenses/>. */
24 /***************************************************************************/
25 
26 
27 
28 #ifndef CONFIG__H
29 #define CONFIG__H
30 
31 #define A2RI_PRECISION_FLOAT 1e-10
32 
33 #ifndef PI
34 #define PI 3.14159265359
35 #endif
36 
37 #define A2RI_NB_THREAD 1
38 
39 #define GEODESIC_DENSIFICATION_NB_SUBDIV 1
40 
41 #endif