#pragma once namespace kel { namespace lbm { template struct geometry { void apply(const saw::data& field, const saw::data>& start, const saw::data>& end, const saw::data& type){ } }; } }