diff options
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 } } |
