FAQ: Difference between revisions

No change in size ,  25 April 2014
Line 386: Line 386:
The unwind_protect statement is often used to reliably restore the values of global variables that need to be temporarily changed.
The unwind_protect statement is often used to reliably restore the values of global variables that need to be temporarily changed.


Matlab can be made to do something similar with their {{Codeline|OnCleanUp}} function that was introduced in 2008a. Octave also has {{Codeline|onCleanup}} since version 3.4.0.
Matlab can be made to do something similar with their {{Codeline|onCleanup}} function that was introduced in 2008a. Octave also has {{Codeline|onCleanup}} since version 3.4.0.


===Built-in ODE and DAE solvers===
===Built-in ODE and DAE solvers===
Anonymous user