CArl
Code Arlequin / C++ implementation
CArl_build_intersections.h
Go to the documentation of this file.
1 /*
2  * main.h
3  *
4  * Created on: Apr 14, 2016
5  * Author: Thiago Milanetto Schlittler
6  */
7 
8 #ifndef EXECS_DEVEL_BACKYARD_MAIN_H_
9 #define EXECS_DEVEL_BACKYARD_MAIN_H_
10 
12 #include "carl_headers.h"
13 #include "mesh_tables.h"
14 
15 #include "intersection_tools.h"
16 #include "intersection_search.h"
17 #include "patch_construction.h"
19 #include "restrict_mesh.h"
20 #include "stitch_meshes.h"
21 
22 
23 
24 #endif /* EXECS_DEVEL_BACKYARD_MAIN_H_ */