diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-07 12:34:22 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-07 12:34:22 +0200 |
| commit | 7d094fe719923db5eb6b30edcc4fa01c6ce2cc2e (patch) | |
| tree | c3b0c1084e3e0642cb986522e6222239669d0f88 /modules/core/c++/particle/spheroid | |
| parent | a0767a86817055744230239284441fdbb024fab5 (diff) | |
| download | libs-lbm-7d094fe719923db5eb6b30edcc4fa01c6ce2cc2e.tar.gz | |
Cleaning up code
Diffstat (limited to 'modules/core/c++/particle/spheroid')
| -rw-r--r-- | modules/core/c++/particle/spheroid/particle.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/core/c++/particle/spheroid/particle.hpp b/modules/core/c++/particle/spheroid/particle.hpp new file mode 100644 index 0000000..9c0912e --- /dev/null +++ b/modules/core/c++/particle/spheroid/particle.hpp @@ -0,0 +1,9 @@ +#pragma once + +namespace kel { +namespace lbm { +namespace coll { + +} +} +} |
