cnorxz/src/opt/hdf5/include/cnorxz_hdf5.h
Christian Zimmermann be3f5521e8
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
WIP: hdf5 documentation
2024-02-02 00:36:14 +01:00

19 lines
362 B
C++

// -*- 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
**/
#include "h5_content_base.h"
#include "h5_file.h"
#include "h5_group.h"
#include "h5_table.h"
#include "h5_dataset.h"
#include "h5_type_id.h"
#include "cnorxz_hdf5.cc.h"