#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){ } }; */ // Ghost - 0 // Wall - 1 // Fluid - 2 // Other Stuff - 3-x } }