IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
verbose_set_sid.m
Go to the documentation of this file.
1 %> @ingroup globals usercomm parallelgroup
2 %> @file
3 %> @brief Sets VERBOSE.sid
4 function verbose_set_sid(s)
6 global VERBOSE;
7 VERBOSE.sid = s;
8 
function verbose_assert()
function verbose_set_sid(in s)