1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-14 22:07:05 +01:00

Reorganise to keep files smaller

This commit is contained in:
Peter Boyle
2015-04-18 18:36:48 +01:00
parent df9056eb4b
commit cffad66894
19 changed files with 2308 additions and 492 deletions

View File

@ -7,8 +7,8 @@
//
#ifndef GRID_V3_H
#define GRID_V3_H
#ifndef GRID_H
#define GRID_H
#include <stdio.h>
#include <complex>
@ -43,7 +43,7 @@
#include <Grid_aligned_allocator.h>
#include <Grid_simd.h>
#include <Grid_math_types.h>
#include <Grid_math.h>
#include <Grid_cartesian.h>
#include <Grid_lattice.h>
#include <Grid_comparison.h>