summaryrefslogtreecommitdiff
path: root/c++/examples
diff options
context:
space:
mode:
authorClaudius Holeksa <mail@keldu.de>2023-06-19 20:38:24 +0200
committerClaudius Holeksa <mail@keldu.de>2023-06-19 20:38:24 +0200
commite94b82a2dbfbe03cde38375dc687b5952cdfa2c3 (patch)
tree35071850ed38aac3b41a1547490419244011beb2 /c++/examples
parent955905b06c5a45adac73631056c9caa758e6d249 (diff)
c++: Added working code base
Diffstat (limited to 'c++/examples')
-rw-r--r--c++/examples/cavity_2d.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/examples/cavity_2d.cpp b/c++/examples/cavity_2d.cpp
index bb21e96..a3db082 100644
--- a/c++/examples/cavity_2d.cpp
+++ b/c++/examples/cavity_2d.cpp
@@ -3,6 +3,7 @@
#include <forstio/codec/data.h>
int main(){
+ using namespace kel::lbm;
saw::data<schema::Lattice2D<saw::schema::Float32>, saw::encode::Native> lattice{512, 512};
return 0;