diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-17 22:26:02 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-17 22:26:02 +0200 |
| commit | 5ba7e8470f29f96ea0a12a78b3d97091fe69a581 (patch) | |
| tree | eecd40b0e324657c1eeb0e3cd7f53f10aa6b0db7 /modules/core/c++/boundary.hpp | |
| parent | 4963e6a6f1d1c1f0482e143268a2053ed26cc047 (diff) | |
| download | libs-lbm-5ba7e8470f29f96ea0a12a78b3d97091fe69a581.tar.gz | |
Fix things
Diffstat (limited to 'modules/core/c++/boundary.hpp')
| -rw-r--r-- | modules/core/c++/boundary.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/c++/boundary.hpp b/modules/core/c++/boundary.hpp index e7567c9..8312584 100644 --- a/modules/core/c++/boundary.hpp +++ b/modules/core/c++/boundary.hpp @@ -12,7 +12,7 @@ template<uint64_t i> struct AntiBounceBack {}; template<bool East> -struct ZouHeHorizontal{}; +struct ZouHeVelocityX{}; struct Equilibrium {}; |
