diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-07-05 18:00:03 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-07-05 18:00:03 +0200 |
commit | cfa607e1f985ddd941bb34fc4db883eabd1c9b4f (patch) | |
tree | 3dd01a5a77ea108b9c27ba4059e72c9a0974655f /c++/mutater.h | |
parent | d37da6101449a377962caed0521f60d7781e024a (diff) |
c++: mutater setup and geometry class added with minor changes in
cavity2d
Diffstat (limited to 'c++/mutater.h')
-rw-r--r-- | c++/mutater.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/c++/mutater.h b/c++/mutater.h new file mode 100644 index 0000000..1c093da --- /dev/null +++ b/c++/mutater.h @@ -0,0 +1,8 @@ +#pragma once + +namespace kel { +namespace lbm { +template<typename T> +class mutater; +} +} |