6#include <kernel/cubature/dynamic_factory.hpp> 
   12    template bool DynamicFactory::create<Shape::Simplex<2>, 
Real, 
Real, Tiny::Vector<Real, 2, 2>>
 
   13      (Rule<Shape::Simplex<2>, 
Real, 
Real, Tiny::Vector<Real, 2, 2>>&) 
const;
 
   14    template bool DynamicFactory::create<Shape::Simplex<3>, 
Real, 
Real, Tiny::Vector<Real, 3, 3>>
 
   15      (Rule<Shape::Simplex<3>, 
Real, 
Real, Tiny::Vector<Real, 3, 3>>&) 
const;
 
   16    template bool DynamicFactory::create<Shape::Hypercube<2>, 
Real, 
Real, Tiny::Vector<Real, 2, 2>>
 
   17      (Rule<Shape::Hypercube<2>, 
Real, 
Real, Tiny::Vector<Real, 2, 2>>&) 
const;
 
   18    template bool DynamicFactory::create<Shape::Hypercube<3>, 
Real, 
Real, Tiny::Vector<Real, 3, 3>>
 
   19      (Rule<Shape::Hypercube<3>, 
Real, 
Real, Tiny::Vector<Real, 3, 3>>&) 
const;
 
double Real
Real data type.