Skip to content

Commit 14759c0

Browse files
committed
remove getARGV in examples/examples/thermal-contact-conductance-composite.md for
windows bug !!
1 parent 69b86a2 commit 14759c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/examples/thermal-contact-conductance-composite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ $$ k \frac{\partial u}{\partial n} = c[u] = u_{left} - u_{right} $$
1717
where $n$ is the normal to $\Gamma$ (oriented : left to right) and $ [u] $ is the jump of $u$ across $\Gamma$ with the correct sign.
1818
~~~freefem
1919
20-
include "getARGV.idp"
20+
//include "getARGV.idp"
2121
// Version with composite space
22-
bool nonconformcase = getARGV("-nc",0);
22+
bool nonconformcase = 0;//getARGV("-nc",0); // bug under windows bizarre
2323
real x0=0,x2=4;
2424
real y0=0,y1=1;
2525
real L= x2-x0;

0 commit comments

Comments
 (0)