mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 20:54:07 +01:00
Fix previous commit
This commit is contained in:
parent
160d3007a1
commit
5c21fb4220
@ -18,4 +18,5 @@ cat hrw_determinant_hdf5.h >> trexio_hdf5.h
|
|||||||
cat *_determinant_hdf5.c >> trexio_hdf5.c
|
cat *_determinant_hdf5.c >> trexio_hdf5.c
|
||||||
|
|
||||||
cat helpers_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
|
cat suffix_hdf5.h >> trexio_hdf5.h
|
||||||
|
@ -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);
|
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
|
||||||
|
#endif
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
#+begin_src c :tangle suffix_hdf5.c :noweb yes
|
||||||
#endif
|
#endif
|
||||||
#+end_src
|
#+end_src
|
||||||
|
Loading…
Reference in New Issue
Block a user