CArl
Code Arlequin / C++ implementation
carl_headers.h
Go to the documentation of this file.
1 /*
2  * common_carl_header.h
3  *
4  * Created on: Oct 6, 2016
5  * Author: Thiago Milanetto Schlittler
6  */
7 
8 #ifndef CARL_HEADERS_H_
9 #define CARL_HEADERS_H_
10 
11 // Uncomment the following line to print testing Matlab outputs
12 // #define PRINT_MATLAB_DEBUG
13 
14 #include "common_header.h"
15 #include "common_enums.h"
16 
17 #include "common_header_libmesh.h"
18 #include "common_functions.h"
19 #include "CGAL_typedefs.h"
20 
21 #endif /* CARL_HEADERS_H_ */