Phoxonics  1.0
Object Oriented FDTD Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Programs.hpp
Go to the documentation of this file.
1 /*
2  * Programs.hpp
3  *
4  * Created on: Jul 6, 2014
5  * Author: nano
6  */
7 
8 #ifndef PROGRAMS_HPP_
9 #define PROGRAMS_HPP_
10 
11 namespace phoxonics {
12 namespace common {
13 
14 enum class Programs {
20 };
21 
22 }
23 }
24 
25 #endif /* PROGRAMS_HPP_ */
Definition: CommonBase.hpp:14
Programs
Definition: Programs.hpp:14