#include <mex.h>
#include "globaldefinitions.h"
Go to the source code of this file.
|
When the CSIM MEX-file is cleared (e.g. at an exit from matlab) this function will be called. This function is registered as MEX exit function via mexAtExit(). Within this function one has to make sure that we "clean up" properly. |