mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00:00
9 lines
164 B
C
9 lines
164 B
C
#ifndef GRID_CARTESIAN_H
|
|
#define GRID_CARTESIAN_H
|
|
|
|
#include <Grid_cartesian_base.h>
|
|
#include <Grid_cartesian_full.h>
|
|
#include <Grid_cartesian_red_black.h>
|
|
|
|
#endif
|