diff options
Diffstat (limited to 'c++')
-rw-r--r-- | c++/descriptor.hpp (renamed from c++/descriptor.h) | 0 | ||||
-rw-r--r-- | c++/examples/cavity_2d.cpp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/c++/descriptor.h b/c++/descriptor.hpp index 8c0036a..8c0036a 100644 --- a/c++/descriptor.h +++ b/c++/descriptor.hpp diff --git a/c++/examples/cavity_2d.cpp b/c++/examples/cavity_2d.cpp index 82cdd0c..9e91c6c 100644 --- a/c++/examples/cavity_2d.cpp +++ b/c++/examples/cavity_2d.cpp @@ -1,4 +1,4 @@ -#include "../descriptor.h" +#include "../descriptor.hpp" /** */ |