FreeFem / FreeFem-sources

FreeFEM source code
https://freefem.org/
Other
755 stars 188 forks source link

Fixed a bug of setenv in shell.edp #232

Closed zhaog6 closed 1 year ago

zhaog6 commented 2 years ago

A bug of parameter order of setenv in this PR is fixed. For the example shell.edp in examples/plugin/, the original code will not yield any results when users calling setenv("FF_TOTO", "toto") and getenv("FF_TOTO").

prj- commented 1 year ago

Sorry this didn't get merged earlier, thank you for your contribution.