summaryrefslogtreecommitdiff
path: root/modules/codec-netcdf
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-01-23 13:12:11 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-01-23 13:12:11 +0100
commit8dad985328e2183b224300aa992951131956fdb3 (patch)
treeceda3d9805335f36f571fb36585444ebdb421a02 /modules/codec-netcdf
parenta9d2025030d0a7641f4b0701bd4aff7d2db5aeb4 (diff)
core,codec-json,codec-minecraft,codec-netcdf,codec,io-tls,io,io_codec,window,window-opengl:
Renamed file endings and changed includes
Diffstat (limited to 'modules/codec-netcdf')
-rw-r--r--modules/codec-netcdf/c++/netcdf.hpp (renamed from modules/codec-netcdf/c++/netcdf.h)2
-rw-r--r--modules/codec-netcdf/c++/netcdf.tmpl.hpp (renamed from modules/codec-netcdf/c++/netcdf.tmpl.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/modules/codec-netcdf/c++/netcdf.h b/modules/codec-netcdf/c++/netcdf.hpp
index 52ad494..66d6391 100644
--- a/modules/codec-netcdf/c++/netcdf.h
+++ b/modules/codec-netcdf/c++/netcdf.hpp
@@ -49,7 +49,7 @@ class codec<Schema, encode::Netcdf>{
};
}
-#include "netcdf.tmpl.h"
+#include "netcdf.tmpl.hpp
namespace saw {
template<typename... Vals, string_literal... Keys>
diff --git a/modules/codec-netcdf/c++/netcdf.tmpl.h b/modules/codec-netcdf/c++/netcdf.tmpl.hpp
index bf257e4..bf257e4 100644
--- a/modules/codec-netcdf/c++/netcdf.tmpl.h
+++ b/modules/codec-netcdf/c++/netcdf.tmpl.hpp