Page MenuHomePhabricator

PointSetDataInteractor does not support timesteps correctly
Closed, ResolvedPublic

Description

Problem:
PointSetDataInteractor can only add as many points in t>0 as there are in t=0.

cause:
the current position is always calculated in the first timestep.

fix:
get the correct iterators for the other timesteps to properly calculate their insert position.

Event Timeline

User kolbch has pushed new remote branch:

bug-19188-FixPointSetDataInteractorForTimeData

User kolbch has pushed new remote branch:

bug-19188-FixPointSetDataInteractorForTimeDataRelease

[fda1a3]: Merge branch 'bug-19188-FixPointSetDataInteractorForTimeDataRelease'

Merged commits:

2015-07-30 13:35:05 Christoph Kolb [b88895]
get the correct iterators for the timestep