From c2a7f0e74aa893cbaf4398464d2f75e0d74a79b0 Mon Sep 17 00:00:00 2001 From: Martin Schoenherr <m.schoenherr@tu-braunschweig.de> Date: Tue, 21 Sep 2021 14:28:03 +0200 Subject: [PATCH] fix Vertex.h --- src/gpu/GridGenerator/geometries/Vertex/Vertex.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gpu/GridGenerator/geometries/Vertex/Vertex.h b/src/gpu/GridGenerator/geometries/Vertex/Vertex.h index 492c7e1a0..7b27d853f 100644 --- a/src/gpu/GridGenerator/geometries/Vertex/Vertex.h +++ b/src/gpu/GridGenerator/geometries/Vertex/Vertex.h @@ -34,7 +34,6 @@ #define VERTEX_H #include <stdio.h> -#include <cuda_runtime.h> #include <memory> #include <ostream> -- GitLab