IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
progress2_close.m
Go to the documentation of this file.
1 %> @ingroup globals usercomm
2 %> @file
3 %> @brief Closes progress bar - actually just shows for last time!
4 
5 %> @param idx Index
6 function progress2_close(prgrss)
7 
8 progress2_show(prgrss);
9 %irverbose([prgrss.bars(ib).sid, '[', 'FINISHED+++++++++++++++++', ']', sprintf(' / - %6.2f%% %s', ela, proje, perccalc*100, bar.title)], 3);
function irverbose(in s, in level)
function progress2_close(in prgrss)
function progress2_show(in prgrss)