Name

lowdisc_destroy — Destroy the current object.

Calling Sequence

   this = lowdisc_destroy (this)
   
   

Parameters

this:

the current object

Description

This function requires to take the current object both as an input and an output argument.

Examples

lds = lowdisc_new("faure");
lds
lds = lowdisc_destroy(lds);

   

Authors

Michael Baudin - 2008-2009 - INRIA
Michael Baudin - 2010 - DIGITEO