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

9 lines
194 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 21:23:32 +01:00
#include <cartesian/Grid_cartesian_base.h>
#include <cartesian/Grid_cartesian_full.h>
#include <cartesian/Grid_cartesian_red_black.h>
2015-04-18 17:09:48 +01:00
2015-03-04 05:33:26 +00:00
#endif