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