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

Build reorg with which I am a bit happier

This commit is contained in:
Peter Boyle
2015-04-18 21:22:50 +01:00
parent a17ce0695b
commit aee6669d0b
41 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#ifndef GRID_MATH_ARITH_H
#define GRID_MATH_ARITH_H
#include <Grid_math_arith_add.h>
#include <Grid_math_arith_sub.h>
#include <Grid_math_arith_mac.h>
#include <Grid_math_arith_mul.h>
#include <Grid_math_arith_scalar.h>
#endif