IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
classmap_reset.m
Go to the documentation of this file.
1 %> @file
2 %> @ingroup introspection globals
3 %> @brief Clears the @c CLASSMAP global
4 function classmap_reset()
5 global CLASSMAP;
6 CLASSMAP = [];
function classmap_reset()