From 5c21fb422070186d6f7d67fb0ab3768a15fdcb27 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 2 Jun 2023 19:48:41 +0200 Subject: [PATCH] Fix previous commit --- src/templates_hdf5/build.sh | 1 + src/templates_hdf5/templator_hdf5.org | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/src/templates_hdf5/build.sh b/src/templates_hdf5/build.sh index 88a70a5..ca8894a 100644 --- a/src/templates_hdf5/build.sh +++ b/src/templates_hdf5/build.sh @@ -18,4 +18,5 @@ cat hrw_determinant_hdf5.h >> trexio_hdf5.h cat *_determinant_hdf5.c >> trexio_hdf5.c cat helpers_hdf5.c >> trexio_hdf5.c +cat suffix_hdf5.c >> trexio_hdf5.c cat suffix_hdf5.h >> trexio_hdf5.h diff --git a/src/templates_hdf5/templator_hdf5.org b/src/templates_hdf5/templator_hdf5.org index 66c91e2..bdfa9bc 100644 --- a/src/templates_hdf5/templator_hdf5.org +++ b/src/templates_hdf5/templator_hdf5.org @@ -1553,5 +1553,9 @@ trexio_exit_code trexio_hdf5_open_write_dset_sparse (const hid_t group_id, const trexio_exit_code trexio_hdf5_open_read_dset_sparse (const hid_t group_id, const char* dset_name, const uint32_t dset_rank, const hsize_t* offset_file, hsize_t* const size_read, int64_t* const eof_read_size, const int is_index, void* const data_sparse); #endif +#endif + #+end_src + + #+begin_src c :tangle suffix_hdf5.c :noweb yes #endif #+end_src