fatal(message) - exits with a fatal error message.
0001 % fatal(message) - exits with a fatal error message. 0002 0003 % This file is part of the SaliencyToolbox - Copyright (C) 2006-2007 0004 % by Dirk B. Walther and the California Institute of Technology. 0005 % See the enclosed LICENSE.TXT document for the license agreement. 0006 % More information about this project is available at: 0007 % http://www.saliencytoolbox.net 0008 0009 function fatal(message) 0010 0011 error(sprintf('FATAL ERROR: %s',message));