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