cnorxz/src/opt/hdf5/include/cnorxz_hdf5.h

20 lines
362 B
C
Raw Normal View History

2024-02-02 00:36:14 +01:00
// -*- C++ -*-
/**
@file opt/hdf5/include/cnorxz_hdf5.h
@brief CNORXZ HDF5 main header
Copyright (c) 2024 Christian Zimmermann. All rights reserved.
Mail: chizeta@f3l.de
**/
2023-01-15 01:26:01 +01:00
#include "h5_content_base.h"
#include "h5_file.h"
#include "h5_group.h"
#include "h5_table.h"
2024-02-01 00:09:39 +01:00
#include "h5_dataset.h"
#include "h5_type_id.h"
#include "cnorxz_hdf5.cc.h"