1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 07:17:06 +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 c94b7cc43c
commit e5a25dfcb1
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