diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-11-05 13:38:04 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-11-05 13:38:04 +0100 |
| commit | b9aacd9c2fdc61721c8ca3e1b40ebc92daa3772e (patch) | |
| tree | bec510bca7b72b8fe63b7f8cec1fd78b7ff03bc2 /lib/c++/hlbm.hpp | |
| parent | f5c40005f576b5a3416c2cda8c60e5f100810ddb (diff) | |
| download | libs-lbm-b9aacd9c2fdc61721c8ca3e1b40ebc92daa3772e.tar.gz | |
Reworking structure
Diffstat (limited to 'lib/c++/hlbm.hpp')
| -rw-r--r-- | lib/c++/hlbm.hpp | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/lib/c++/hlbm.hpp b/lib/c++/hlbm.hpp deleted file mode 100644 index 1c665ce..0000000 --- a/lib/c++/hlbm.hpp +++ /dev/null @@ -1,24 +0,0 @@ -#pragma once - -#include "macroscopic.hpp" -#include "component.hpp" -#include "equilibrium.hpp" - -namespace kel { -namespace lbm { -namespace cmpt { -struct HLBM {}; -} - -/** - * HLBM collision operator for LBM - */ -template<typename T, typename Descriptor> -class component<T, Descriptor, cmpt::HLBM> { -private: -public: - component() = default; -}; - -} -} |
