From f43e5f04f2a0df837b1b6a291e24dfb7daccc522 Mon Sep 17 00:00:00 2001 From: noels <l.noels@ulg.ac.be> Date: Sun, 12 Feb 2023 11:46:05 +0100 Subject: [PATCH] use release in official version --- dG3D/benchmarks/nonLinearTVE_uniaxial/runTVE.py | 4 ++-- dG3D/benchmarks/nonLinearTVP_uniaxial/runTVP.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dG3D/benchmarks/nonLinearTVE_uniaxial/runTVE.py b/dG3D/benchmarks/nonLinearTVE_uniaxial/runTVE.py index c3c4f2c27..7f23125ba 100644 --- a/dG3D/benchmarks/nonLinearTVE_uniaxial/runTVE.py +++ b/dG3D/benchmarks/nonLinearTVE_uniaxial/runTVE.py @@ -1,8 +1,8 @@ #coding-Utf-8-*- from gmshpy import * -# from dG3Dpy import* -from dG3DpyDebug import* +from dG3Dpy import* +#from dG3DpyDebug import* from math import* import csv import numpy as np diff --git a/dG3D/benchmarks/nonLinearTVP_uniaxial/runTVP.py b/dG3D/benchmarks/nonLinearTVP_uniaxial/runTVP.py index 49bc9965b..9d739b6f2 100644 --- a/dG3D/benchmarks/nonLinearTVP_uniaxial/runTVP.py +++ b/dG3D/benchmarks/nonLinearTVP_uniaxial/runTVP.py @@ -1,8 +1,8 @@ #coding-Utf-8-*- from gmshpy import * -# from dG3Dpy import* -from dG3DpyDebug import* +from dG3Dpy import* +#from dG3DpyDebug import* from math import* import csv import numpy as np -- GitLab