diff options
Diffstat (limited to 'lib/core/c++/geometry.hpp')
| -rw-r--r-- | lib/core/c++/geometry.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/core/c++/geometry.hpp b/lib/core/c++/geometry.hpp index 6875e90..c8a48a6 100644 --- a/lib/core/c++/geometry.hpp +++ b/lib/core/c++/geometry.hpp @@ -21,7 +21,9 @@ class component<Schema, Desc, cmpt::PoiseulleChannel, Encode> final { private: public: template<typename CellFieldSchema> - void apply(saw::data<CellFieldSchema,Encode>& field, const saw::data<sch::FixedArraysch::UInt64,Desc::D>) + void apply(saw::data<CellFieldSchema,Encode>& field, const saw::data<sch::FixedArraysch::UInt64,Desc::D>){ + auto& info_f = field.template get<"info">(); + } }; // Ghost - 0 |
