diff options
author | Adrian Kummerlaender | 2021-05-17 00:30:13 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2021-05-17 00:30:13 +0200 |
commit | a92271176a19e06611099c0eccc4e6a6887f4915 (patch) | |
tree | 54067b334bfae7d99c79cfb00da5891334f9514c /src/LLBM/wall.h | |
download | SweepLB-a92271176a19e06611099c0eccc4e6a6887f4915.tar SweepLB-a92271176a19e06611099c0eccc4e6a6887f4915.tar.gz SweepLB-a92271176a19e06611099c0eccc4e6a6887f4915.tar.bz2 SweepLB-a92271176a19e06611099c0eccc4e6a6887f4915.tar.lz SweepLB-a92271176a19e06611099c0eccc4e6a6887f4915.tar.xz SweepLB-a92271176a19e06611099c0eccc4e6a6887f4915.tar.zst SweepLB-a92271176a19e06611099c0eccc4e6a6887f4915.zip |
Extract public version of SweepLB
Diffstat (limited to 'src/LLBM/wall.h')
-rw-r--r-- | src/LLBM/wall.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LLBM/wall.h b/src/LLBM/wall.h new file mode 100644 index 0000000..26534e4 --- /dev/null +++ b/src/LLBM/wall.h @@ -0,0 +1,4 @@ +#pragma once + +template<int N_0, int N_1, int N_2=0> +struct WallNormal { }; |