diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-02-14 13:23:13 +0100 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-02-14 13:23:13 +0100 |
commit | 5e386032b7436a24de9524e63691076f96a62a41 (patch) | |
tree | 56a46f70509bb4e816e09bc4ac729848fc0c45db | |
parent | ab842c96e59d7d1d93d729e1f3f942b2e1606bda (diff) |
meta: Minor line fixes and adding gitignore
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | modules/codec-netcdf/tests/codec-netcdf.cpp | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -13,6 +13,7 @@ result-* # regular target which is not really used build +bin # compile commands .cache diff --git a/modules/codec-netcdf/tests/codec-netcdf.cpp b/modules/codec-netcdf/tests/codec-netcdf.cpp index fe943bc..ef5060f 100644 --- a/modules/codec-netcdf/tests/codec-netcdf.cpp +++ b/modules/codec-netcdf/tests/codec-netcdf.cpp @@ -69,7 +69,6 @@ SAW_TEST("NetCDF Struct Primitive read"){ using namespace saw; data<schema::TestStruct, encode::Netcdf> netcdf{tests_data_primitive_nc}; - data<schema::TestStruct, encode::Native> native; codec<schema::TestStruct, encode::Netcdf> codec; |