From 939d110fdfc1ad5b075756dcd537b3635239260e Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 8 Aug 2025 22:00:04 +0200 Subject: Point where code works. Kinda --- c++/write_vtk.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c++/write_vtk.hpp') diff --git a/c++/write_vtk.hpp b/c++/write_vtk.hpp index f81136a..55d4401 100644 --- a/c++/write_vtk.hpp +++ b/c++/write_vtk.hpp @@ -101,7 +101,7 @@ struct lbm_vtk_writer...> , template static saw::error_or iterate_i(std::ostream& vtk_file, const saw::data...>, Dim>>& field){ - constexpr auto Lit = saw::parameter_key_pack_type::literal; + // constexpr auto Lit = saw::parameter_key_pack_type::literal; { auto eov = write_i(vtk_file, field); if(eov.is_error()){ -- cgit v1.2.3