reporting: @series: remove unnecessary assertion

time-shift
Houtan Bastani 2013-05-14 16:34:45 +02:00
parent 022ae5bb1a
commit df3b337924
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ assert(isint(precision));
assert(~isempty(o.data) && isa(o.data, 'dynSeries'), ...
'@series.write: must provide data as a dynSeries');
assert(ischar(o.color), '@series.write: color must be a string');
assert(ischar(o.tableNegColor), '@series.write: tableNegColor must be a string');
assert(ischar(o.tablePosColor), '@series.write: tablePosColor must be a string');
assert(islogical(o.showTableMarkers), '@series.write: showTableMarkers must be true or false');