From 9672a9620f8a41941d151d7652088b12ea9921e7 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 30 Jul 2025 22:19:06 +0200 Subject: Adding minor changes for the output dir --- examples/poiseulle_particles_2d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/poiseulle_particles_2d.cpp') diff --git a/examples/poiseulle_particles_2d.cpp b/examples/poiseulle_particles_2d.cpp index 57f77e3..efaf146 100644 --- a/examples/poiseulle_particles_2d.cpp +++ b/examples/poiseulle_particles_2d.cpp @@ -399,7 +399,7 @@ int main(int argc, char** argv){ return -1; } auto& lbm_dir = eo_lbm_dir.get_value(); - auto out_dir = lbm_dir / "poiseulle_channel_2d"; + auto out_dir = lbm_dir / "poiseulle_particles_channel_2d"; std::string_view cfg_file_name = "config.json"; if(argc > 1){ -- cgit v1.2.3