1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-08-24 14:11:44 +02:00

Fix previous commit

This commit is contained in:
Anthony Scemama 2023-06-02 19:48:41 +02:00
parent 160d3007a1
commit 5c21fb4220
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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