19 lines
362 B
C++
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"
|