NiHu  2.0
singular_integral_shortcut.hpp
1 #ifndef NIHU_SINGULAR_INTEGRAL_SHORTCUT_HPP_INCLUDED
2 #define NIHU_SINGULAR_INTEGRAL_SHORTCUT_HPP_INCLUDED
3 
4 namespace NiHu
5 {
6 
7 template <class Kernel, class TestField, class TrialField, class SingularityDimension, class Enable = void>
8 class singular_integral_shortcut;
9 
10 }
11 
12 #endif // NIHU_SINGULAR_INTEGRAL_SHORTCUT_HPP_INCLUDED