Mercurial > hg > simscene-py
diff simScene.m @ 32:8ce78cacb5cb
replace warning to error display channel
author | Mathieu Lagrange <mathieu.lagrange@cnrs.fr> |
---|---|
date | Mon, 22 May 2017 10:26:04 +0200 |
parents | 2abd1116ae14 |
children |
line wrap: on
line diff
--- a/simScene.m Mon May 22 10:19:52 2017 +0200 +++ b/simScene.m Mon May 22 10:26:04 2017 +0200 @@ -174,7 +174,7 @@ if isfield(score,'events') score.events=addUserOffsets(template.class,score.events,timeMode,ebrMode); else - warning('score.event is empty: score.event will be created from the scene to replicate'); + fprintf(2, 'score.event is empty: score.event will be created from the scene to replicate'); score.events=template.class; end if ~isfield(score,'sceneDuration')