aboutsummaryrefslogtreecommitdiff
path: root/src/AmrGrid.hh
blob: b29ec638d8a79fff932b271be2694744f485607e (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __AMR_GRID_HH_
#define __AMR_GRID_HH_
/*
  Definition of the AMR grid structure for C
*/

struct AmrGrid : public AmrGridT {
  IObase::DataType datatype;
};

#endif