Phoxonics  1.0
Object Oriented FDTD Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
phoxonics.hpp
Go to the documentation of this file.
1 /*
2  * phoxonics.hpp
3  *
4  * Created on: Jun 25, 2014
5  * Author: nano
6  */
7 
8 #ifndef PHOXONICS_HPP_
9 #define PHOXONICS_HPP_
10 
11 // Include all modules that are part of phoxonics
12 #include "./common/common.hpp"
13 #include "./visual/visual.hpp"
14 #include "./cuda/cuda.hpp"
15 #include "./core/core.hpp"
16 
17 #endif /* PHOXONICS_HPP_ */
18