1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 17:25:37 +01:00
Grid/lib/Grid_cartesian.h

9 lines
164 B
C
Raw Normal View History

2015-03-04 05:33:26 +00:00
#ifndef GRID_CARTESIAN_H
#define GRID_CARTESIAN_H
2015-04-18 18:36:48 +01:00
#include <Grid_cartesian_base.h>
#include <Grid_cartesian_full.h>
#include <Grid_cartesian_red_black.h>
2015-04-18 17:09:48 +01:00
2015-03-04 05:33:26 +00:00
#endif