From e8b81275b7e750901314434a92f3bf37f33f954e Mon Sep 17 00:00:00 2001
From: Antoine Hoffmann <antoine.hoffmann@epfl.ch>
Date: Sat, 25 Feb 2023 11:58:39 +0100
Subject: [PATCH] Update of the Z-pinch testcase input file

---
 testcases/zpinch_example/fort_00.90 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testcases/zpinch_example/fort_00.90 b/testcases/zpinch_example/fort_00.90
index cd43ea92..67312e54 100644
--- a/testcases/zpinch_example/fort_00.90
+++ b/testcases/zpinch_example/fort_00.90
@@ -1,7 +1,7 @@
 &BASIC
   nrun   = 100000000
   dt     = 0.01
-  tmax   = 200
+  tmax   = 50
   maxruntime = 356400
 /
 &GRID
@@ -33,7 +33,7 @@
   write_gamma = .t.
   write_hf    = .t.
   write_phi   = .t.
-  write_Na00  = .t.
+  write_Na00  = .f.
   write_Napj  = .t.
   write_Sapj  = .f.
   write_dens  = .t.
-- 
GitLab