17 lines
438 B
C
17 lines
438 B
C
/*
|
|
Copyright (c) 2006-2012, 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 __H5PART_H
|
|
#define __H5PART_H
|
|
|
|
#include "H5Part_io.h"
|
|
#include "H5Part_model.h"
|
|
|
|
#endif
|