Currently, the library invokes error stop when an error occurs. This is fine for usual scientific applications, but it may be better if optionally error recovery is possible. It is also good for the unit tests of this library.
An option is to add an optional stat parameter to procedures such that if stat is present then we set a non-zero value to it instead of invoking error stop.
Currently, the library invokes
error stopwhen an error occurs. This is fine for usual scientific applications, but it may be better if optionally error recovery is possible. It is also good for the unit tests of this library.An option is to add an optional
statparameter to procedures such that ifstatis present then we set a non-zero value to it instead of invokingerror stop.