mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Clean up caps.
This commit is contained in:
parent
2c9e5aa054
commit
08f20da103
@ -44,8 +44,8 @@
|
||||
#include <Grid_aligned_allocator.h>
|
||||
#include <Grid_simd.h>
|
||||
#include <Grid_math_types.h>
|
||||
#include <Grid_Cartesian.h>
|
||||
#include <Grid_Lattice.h>
|
||||
#include <Grid_cartesian.h>
|
||||
#include <Grid_lattice.h>
|
||||
#include <Grid_comparison.h>
|
||||
#include <Grid_stencil.h>
|
||||
#include <Grid_QCD.h>
|
||||
|
@ -2,7 +2,8 @@
|
||||
#define GRID_CARTESIAN_H
|
||||
|
||||
#include <Grid.h>
|
||||
#include <Grid_Communicator.h>
|
||||
#include <Grid_communicator.h>
|
||||
|
||||
namespace Grid{
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user