From 725e7644d737fe812c0c03cb5c781c9752ef20f2 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 15 Aug 2025 18:59:46 +0200 Subject: Cleaned up some minor things --- c++/write_vtk.hpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'c++') diff --git a/c++/write_vtk.hpp b/c++/write_vtk.hpp index 55d4401..eb2545a 100644 --- a/c++/write_vtk.hpp +++ b/c++/write_vtk.hpp @@ -174,17 +174,6 @@ saw::error_or write_vtk_file(const std::filesystem::path& file_name, const auto eov = impl::lbm_vtk_writer::apply(vtk_file, field); return eov; - /* - vtk_file <<"# vtk DataFile Version 3.0\n"; - vtk_file <<"Velocity Cavity2D example\n"; - vtk_file <<"ASCII\n"; - vtk_file <<"DATASET STRUCTURED_POINTS\n"; - vtk_file <<"DIMENSIONS "<< dim_x <<" "<