From abeea9920c11231ed24db00e9f68b4490c12a61b Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 10 Apr 2025 15:21:55 +0200 Subject: Reworking from AoS to SoA for data handling --- c++/converter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c++/converter.hpp') diff --git a/c++/converter.hpp b/c++/converter.hpp index bc307f5..e07847f 100644 --- a/c++/converter.hpp +++ b/c++/converter.hpp @@ -1,6 +1,6 @@ #pragma once -#include "lbm_unit.h" +#include "lbm_unit.hpp" namespace kel { namespace lbm { -- cgit v1.2.3