diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-01-15 19:14:46 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-01-15 19:14:46 +0100 |
| commit | 4e25534211969951e5b932caf4501f6bd0061c2a (patch) | |
| tree | 25babc18023dfa58dd12b26d1f89427764834941 /lib | |
| parent | e86a97d9a92112a47bd07b25fd41b42cfeceba64 (diff) | |
| download | libs-lbm-4e25534211969951e5b932caf4501f6bd0061c2a.tar.gz | |
Working around stuff
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/core/c++/geometry.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/core/c++/geometry.hpp b/lib/core/c++/geometry.hpp index 9802feb..d582b2c 100644 --- a/lib/core/c++/geometry.hpp +++ b/lib/core/c++/geometry.hpp @@ -10,5 +10,10 @@ struct geometry { } }; */ + +// Ghost - 0 +// Wall - 1 +// Fluid - 2 +// Other Stuff - 3-x } } |
