diff --git a/TP-one-patch/debug_tests/R-one-patch-const-in-time.py b/TP-one-patch/debug_tests/R-one-patch-const-in-time.py
index 744da82cec834d5f0aba0e5e45dc09318e2cb44c..6a4865ba0d7ffeb16b900e2b101d1f1868263db2 100755
--- a/TP-one-patch/debug_tests/R-one-patch-const-in-time.py
+++ b/TP-one-patch/debug_tests/R-one-patch-const-in-time.py
@@ -352,6 +352,10 @@ cutoff = gaussian/(gaussian + zero_on_shrinking)
 #         'nonwetting': (-1 -t*(1+y + x**2)**2)*cutoff},
 # }
 
+p_e_sym = {
+    0: {'wetting': -6 -(1 + x*x + y*y) + 0*t}
+        # 'nonwetting': -1 -(sym.sin(3*(1+y)/2*sym.pi)*sym.sin(5*(1+x)/2*sym.pi))**2},
+}
 print(f"\n\n\nsymbolic type is {type(p_e_sym[0]['wetting'])}\n\n\n")
 # # pw_sym_x*pw_sym_y
 # p_e_sym = {
@@ -364,11 +368,6 @@ print(f"\n\n\nsymbolic type is {type(p_e_sym[0]['wetting'])}\n\n\n")
 #         'nonwetting': -1*zero_on_shrinking+ 0*t},
 # }
 
-p_e_sym = {
-    0: {'wetting': -6 -(1 + x*x + y*y) + 0*t}
-        # 'nonwetting': -1 -(sym.sin(3*(1+y)/2*sym.pi)*sym.sin(5*(1+x)/2*sym.pi))**2},
-}
-
 
 pc_e_sym = dict()
 for subdomain, isR in isRichards.items():