IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
parallel_assert.m
Go to the documentation of this file.
1 %> @ingroup globals parallelgroup assert
2 %> @file
3 %> @brief Initializes the PARALLEL global, if not present.
4 %> @sa parallel_reset.m
5 
6 function parallel_assert()
7 global PARALLEL;
8 if isempty(PARALLEL)
10 end;
function parallel_assert()
function parallel_reset()