IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
progress_assert.m
Go to the documentation of this file.
1
%> @ingroup globals usercomm assert
2
%> @file
3
%> @brief PROGRESS globals management
4
function
progress_assert
()
5
global PROGRESS;
6
if isempty(PROGRESS)
7
PROGRESS.bars = struct('title', {},
'perc'
, {},
'i'
, {},
'n'
, {},
'tic'
, {});
8
end;
progress_assert
function progress_assert()
m
misc
globals
progress_assert.m
Generated on Tue May 19 2015 20:46:05 for IRootLab by
1.8.9.1