From 9c2f5d493f9bdca18796b39f9c22da669eb64ee2 Mon Sep 17 00:00:00 2001 From: Matteo Cicuttin <datafl4sh@toxicnet.eu> Date: Tue, 21 Sep 2021 16:39:29 +0200 Subject: [PATCH] Fixed typo. --- tests/profile_differentiation_gpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/profile_differentiation_gpu.cpp b/tests/profile_differentiation_gpu.cpp index 70a4a91..96d894f 100644 --- a/tests/profile_differentiation_gpu.cpp +++ b/tests/profile_differentiation_gpu.cpp @@ -7,7 +7,7 @@ #include "sgr.hpp" #include "libgmshdg/gmsh_io.h" #include "libgmshdg/entity_data.h" -#include "libgmshdgkernels_cpu.h" +#include "libgmshdg/kernels_cpu.h" #include "timecounter.h" #include "libgmshdg/kernels_gpu.h" -- GitLab