SUNphi  1.0
Physics.hpp
Go to the documentation of this file.
1 #ifndef _PHYSICS_HPP
2 #define _PHYSICS_HPP
3 
4 /// \file Physics.hpp
5 ///
6 /// \brief Header file for the inclusion of all physics stuff
7 
8 #include <physics/Compl.hpp>
9 #include <physics/Dir.hpp>
10 #include <physics/SpaceTime.hpp>
11 #include <physics/Spin.hpp>
12 #include <physics/SUN.hpp>
13 
14 #endif