getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] [getfem-commits] branch master updated: minor fix


From: Yves Renard
Subject: [Getfem-commits] [getfem-commits] branch master updated: minor fix
Date: Thu, 23 Jun 2022 10:02:26 -0400

This is an automated email from the git hooks/post-receive script.

renard pushed a commit to branch master
in repository getfem.

The following commit(s) were added to refs/heads/master by this push:
     new 20c315d5 minor fix
20c315d5 is described below

commit 20c315d50174ef3bb264a3d849a46e059f540668
Author: Renard Yves <yves.renard@insa-lyon.fr>
AuthorDate: Thu Jun 23 16:02:13 2022 +0200

    minor fix
---
 interface/tests/matlab-octave/check_all_octave.sh | 2 +-
 interface/tests/matlab-octave/demo_refine.m       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/interface/tests/matlab-octave/check_all_octave.sh 
b/interface/tests/matlab-octave/check_all_octave.sh
index 53dd703a..36282a56 100755
--- a/interface/tests/matlab-octave/check_all_octave.sh
+++ b/interface/tests/matlab-octave/check_all_octave.sh
@@ -32,7 +32,7 @@ echo "  srcdir='$srcdir'"
 
 # s=$(echo "s=getenv('MATLABPATH'); while (length(s)), [a,s]=strtok(s,':'); 
addpath(a); end; disp(pwd); check_all; pause(1)" | ${MLAB} 2>&1);
 
-s=$(echo "addpath('../../src/octave'); addpath('${srcdir}/../../src/octave'); 
disp(pwd); pause(1);" | octave check_all.m 2>&1);
+s=$(echo "addpath('../../src/octave'); addpath('${srcdir}/../../src/octave'); 
disp(pwd); pause(1); check_all; pause(1);" | octave 2>&1);
 
 # echo $s
 
diff --git a/interface/tests/matlab-octave/demo_refine.m 
b/interface/tests/matlab-octave/demo_refine.m
index 65849c25..70642052 100644
--- a/interface/tests/matlab-octave/demo_refine.m
+++ b/interface/tests/matlab-octave/demo_refine.m
@@ -68,7 +68,7 @@ gf_model_set(md, 'add Dirichlet condition with multipliers', 
mim, 'u', mfu, 1);
 
 
 
-for step=1:8,
+for step=1:7,
   gf_model_get(md, 'solve');
   U = gf_model_get(md, 'variable', 'u');
   



reply via email to

[Prev in Thread] Current Thread [Next in Thread]