diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-07-30 22:19:06 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-07-30 22:19:06 +0200 |
commit | 9672a9620f8a41941d151d7652088b12ea9921e7 (patch) | |
tree | 9ba6372d54af18b355a2c8e50b4c078ab8daf5c6 | |
parent | 4968da9a05df5c10fb1f10655189ae251b38f92b (diff) |
Adding minor changes for the output dir
-rw-r--r-- | examples/poiseulle_particles_2d.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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){ |