mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-15 14:27:06 +01:00
Open up dependency on Eigen and FFTW
This commit is contained in:
@ -28,11 +28,11 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
|
||||
#ifndef GRID_MATH_ARITH_H
|
||||
#define GRID_MATH_ARITH_H
|
||||
|
||||
#include <tensors/Tensor_arith_add.h>
|
||||
#include <tensors/Tensor_arith_sub.h>
|
||||
#include <tensors/Tensor_arith_mac.h>
|
||||
#include <tensors/Tensor_arith_mul.h>
|
||||
#include <tensors/Tensor_arith_scalar.h>
|
||||
#include "Tensor_arith_add.h"
|
||||
#include "Tensor_arith_sub.h"
|
||||
#include "Tensor_arith_mac.h"
|
||||
#include "Tensor_arith_mul.h"
|
||||
#include "Tensor_arith_scalar.h"
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user