diff options
Diffstat (limited to 'modules/codec-netcdf/c++')
-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 |