Ticket #878 (closed assessed: fixed)
Contaminant Tracer crashes when run length is increased
Reported by: | joeb | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Ecopath 6: release 6.2 |
Component: | Contaminant tracing | Version: | |
Severity: | crash | Keywords: | |
Cc: |
Description
Contaminant tracer does not resize its output objects when the Run length, Sim or Space, is changed.
The data is buffered in the IO object it should be read directly from the underlying core arrays like other output data is. There may be derived data in the IO object which would make this tricky. Also it may contain data that is not used by the interface so this should be removed from the IO object.
Change History
Note: See
TracTickets for help on using
tickets.
Contaminant Tracer Output object now uses core data directly this fixes the sync bug when run length changes.
Also removed unused properties from the output objects.