From 28283aa19960d2908becb49e8c375f0db81b2b32 Mon Sep 17 00:00:00 2001
From: Julian Heinze <julian.heinze@ufz.de>
Date: Mon, 27 Jan 2025 11:53:34 +0100
Subject: [PATCH] fix example

---
 .../howto_conversions/plot_D_feflowlib_CT_simulation.py         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/examples/howto_conversions/plot_D_feflowlib_CT_simulation.py b/docs/examples/howto_conversions/plot_D_feflowlib_CT_simulation.py
index 230bc129e..31f7cb15e 100644
--- a/docs/examples/howto_conversions/plot_D_feflowlib_CT_simulation.py
+++ b/docs/examples/howto_conversions/plot_D_feflowlib_CT_simulation.py
@@ -50,7 +50,7 @@ feflow_model.setup_prj(end_time=int(4.8384e07), time_stepping=time_steps)
 # Save the model (mesh, subdomains and project file).
 feflow_model.save()
 # Print the prj-file as an example.
-ET.dump(ET.parse(feflow_model.mesh_path.with_suffix(".prj")))
+ET.dump(ET.parse(feflow_model.output_path.with_suffix(".prj")))
 # %%
 # 3. Run the model.
 feflow_model.run()
-- 
GitLab