diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-10-31 14:25:09 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-10-31 14:25:09 +0100 |
| commit | db81d74c3959fded1c32fe4e95f2efeed04938ee (patch) | |
| tree | 766e618aee8eeff4ac2f7d6c9825df44b0803f83 /lib/c++/descriptor.hpp | |
| parent | 1f6047e53ceee403341b11075d915b77fa0bbcc2 (diff) | |
| download | libs-lbm-db81d74c3959fded1c32fe4e95f2efeed04938ee.tar.gz | |
Adding 3D poiseulle and using http fetching
Diffstat (limited to 'lib/c++/descriptor.hpp')
| -rw-r--r-- | lib/c++/descriptor.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/c++/descriptor.hpp b/lib/c++/descriptor.hpp index 1e3402f..c6938e3 100644 --- a/lib/c++/descriptor.hpp +++ b/lib/c++/descriptor.hpp @@ -311,6 +311,9 @@ public: } }; +/* + * Create a cellfield + */ template<typename Desc, typename CellT, typename Encode> class data<kel::lbm::sch::CellField<Desc, CellT>, Encode> final { public: |
