pure functiondestructor

Release storage of table and close the external object

Information

Destructor that frees the memory of the object ExtendableArray.

Inputs

TypeNameDefaultDescription
ExtendableArraytable

Revisions

  • December 5, 2011, by Michael Wetter:
    Fixed bug in freeArray.c, which called free(table->n), where n is an int. This caused Dymola 2012-FD01 to hang.
  • July 27, 2011, by Pierre Vigouroux:
    First implementation.