IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
irwarning.m
Go to the documentation of this file.
1 %>@ingroup usercomm
2 %>@file
3 %>@brief Generates a warning
4 function irwarning(s)
5 
6 dbstack;
7 disp(['WARNING: ' s]);
function irwarning(in s)