Actions
Bug #1677
closedAssert in WAxis.C at line 721
Start date:
02/06/2013
Due date:
% Done:
0%
Estimated time:
Description
If I have a model with some rows that all have value zero I get an assertion on the line
assert(segment.renderMinimum < segment.renderMaximum);
There was a similar issue reported (and fixed) where the values were non-zero but the same.
http://comments.gmane.org/gmane.comp.web.witty.general/8358
I'm using Wt 3.2.3
Updated by Koen Deforche almost 12 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
- Target version set to 3.3.0
Hey Mark,
Could you check whether this problem still exists with latest git (or the just released Wt-3.3.0-rc1).
Is it a row that has all zero values, or a column ?
Regards,
koen
Updated by Mark Snelling almost 12 years ago
Yes this error is still present in the latest git revision.
It's a column that has all zeros in the model.
Regards,
Mark
Updated by Koen Deforche almost 12 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche almost 12 years ago
- Status changed from Resolved to Closed
Actions