IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
progress_close.m
Go to the documentation of this file.
1 %> @ingroup globals usercomm
2 %> @file
3 %> @brief Closes progress bar and below
4 
5 %> @param idx Index
6 function progress_close(idx)
8 
9 global PROGRESS;
10 if numel(PROGRESS.bars) > idx
11  irwarning('Unfinished behind');
12 end;
13 
14 PROGRESS.bars(idx:end) = [];
15 
function progress_close(in idx)
function progress_assert()
function progress_show()
function irwarning(in s)