Compadre  1.3.3
Compadre_Functors.hpp
Go to the documentation of this file.
1 #ifndef _COMPADRE_FUNCTORS_HPP_
2 #define _COMPADRE_FUNCTORS_HPP_
3 
4 #include "Compadre_Operators.hpp"
6 
7 namespace Compadre {
8 
9 struct DefaultTag{
10  DefaultTag() {};
11  // intentionally empty
12 };
13 
14 } // Compadre
15 
16 #endif