 |
Maxmemoryusage removed
Use of dynamic allocation for all arrays in all programs instead of partially using a static array
of which the size was controlled with MAXMEMORYUSAGE.
MAXMEMORYUSAGE has no effect anymore. Instead use for example
vectorlength to reduce the size of a calculation if needed.
|