Mercurial > hg > simscene-py
diff nonExposed/checkClassPresence.m @ 34:39399de892ef
better handling of displays with pleasantness colors
author | Mathieu Lagrange <mathieu.lagrange@cnrs.fr> |
---|---|
date | Fri, 09 Jun 2017 16:37:50 +0200 |
parents | b1901e8d8f5f |
children |
line wrap: on
line diff
--- a/nonExposed/checkClassPresence.m Mon May 22 10:46:10 2017 +0200 +++ b/nonExposed/checkClassPresence.m Fri Jun 09 16:37:50 2017 +0200 @@ -6,7 +6,7 @@ if(find(classIndex==1)) classLabel= {sceneObjects.classLabel}; disp({classLabel{logical(classIndex)}}) - error('At least one class has been removed during the simulation process') + fprintf(2, 'At least one class has been removed during the simulation process\n') end