IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
verbose_reset.m
Go to the documentation of this file.
1 %> @ingroup globals usercomm
2 %> @file
3 %> @brief Resets the output vebose filename
4 function verbose_reset()
6 global VERBOSE;
7 VERBOSE.filename = '';
8 
function verbose_assert()
function verbose_reset()