summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/poiseulle_particles_2d.cpp2
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){