Skip to content

Commit

Permalink
Disable inclusion in OpenCL compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mconcas authored and davidrohr committed Feb 11, 2021
1 parent dd9189e commit da5d8f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Common/MathUtils/include/MathUtils/Cartesian.h
Expand Up @@ -32,7 +32,11 @@
#else
#include "GPUCommonMath.h"
#include "CartesianGPU.h"

#ifndef __OPENCL__
#include "SMatrixGPU.h"
#endif

#endif
#include "GPUROOTCartesianFwd.h"
#include "GPUROOTSMatrixFwd.h"
Expand Down

0 comments on commit da5d8f1

Please sign in to comment.