Opened 8 years ago
Closed 7 years ago
#662 closed defect (fixed)
ribbon "normalization error"
Reported by: | Greg Couch | Owned by: | Conrad Huang |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Depiction | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
When ribbons are computes for 2a06, "normalization error" appears in the terminal window.
Change History (2)
comment:1 by , 8 years ago
Component: | Unassigned → Depiction |
---|
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in 6968fa470.
Was using a vector on the assumption that its indices correspond to an array index, but the vector may be missing matching elements. Switched to using map with integer key instead.