diff options
Diffstat (limited to 'lib/core/c++/simulation')
| -rw-r--r-- | lib/core/c++/simulation/common.hpp | 7 | ||||
| -rw-r--r-- | lib/core/c++/simulation/hlbm.hpp | 12 |
2 files changed, 0 insertions, 19 deletions
diff --git a/lib/core/c++/simulation/common.hpp b/lib/core/c++/simulation/common.hpp deleted file mode 100644 index f675a99..0000000 --- a/lib/core/c++/simulation/common.hpp +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -namespace kel { -namespace lbm { - -} -} diff --git a/lib/core/c++/simulation/hlbm.hpp b/lib/core/c++/simulation/hlbm.hpp deleted file mode 100644 index 93df9a7..0000000 --- a/lib/core/c++/simulation/hlbm.hpp +++ /dev/null @@ -1,12 +0,0 @@ -#pragma once - -#include "common.hpp" - -namespace kel { -namespace lbm { - -class simulation {}; - - -} -} |
