19 lines
463 B
C
19 lines
463 B
C
/*
|
|
Copyright (c) 2006-2015, The Regents of the University of California,
|
|
through Lawrence Berkeley National Laboratory (subject to receipt of any
|
|
required approvals from the U.S. Dept. of Energy) and the Paul Scherrer
|
|
Institut (Switzerland). All rights reserved.
|
|
|
|
License: see file COPYING in top level of source distribution.
|
|
*/
|
|
|
|
#ifndef __H5HUT_H
|
|
#define __H5HUT_H
|
|
|
|
#include "H5.h"
|
|
#include "H5Part.h"
|
|
#include "H5Block.h"
|
|
#include "H5Fed.h"
|
|
|
|
#endif
|