This repository is under review for potential modification in compliance with Administration directives.
| Notes: |
|
Notes:
Minor upgrade, mainly speed-up.
Changes:
This corresponds to the version 491 of the subversion repository.
* There is a new function PSOM_STRUCT_DEFAULTS which can be used to
set the default values of fields in a structure. This method is
much faster than PSOM_SET_DEFAULTS which upload fields as variables
in memory. This last practice is anyway discouraged by the
Mathworks. This new function will thus become the standard method
to set default arguments in the development framework.
* A bunch of small modifs that speed up the pipeline initialization
and manager big time. Even more improvement is to be expected soon,
but PSOM_RUN_PIPELINE is already much smoother now.
|
|