Rename our SYCL aliases floatN to FloatN
[alexxy/gromacs.git] / src / gromacs / mdlib / leapfrog_gpu.h
index 108259f1c677e1804c7eddd6db4f19a4f6c1826b..d7c77ff756f2ec8150e906a0e6ebe1233e31df28 100644 (file)
@@ -53,6 +53,7 @@
 #if GMX_GPU_SYCL
 #    include "gromacs/gpu_utils/devicebuffer_sycl.h"
 #    include "gromacs/gpu_utils/gputraits_sycl.h"
+using float3 = Float3;
 #endif
 
 #include <memory>