Skip to content
Snippets Groups Projects
Commit 06005c95 authored by Oliver Schmidts's avatar Oliver Schmidts
Browse files

Merge branch 'develop' of https://cst.version.fz-juelich.de/jupedsim/jpscore into develop

parents 77c3e589 e89cf7aa
No related merge requests found
......@@ -284,7 +284,7 @@ Point DirectionFloorfield::GetTarget(Room* room, Pedestrian* ped) const
#endif // DEBUG
Point p;
ffviafm->getDirectionToFinalDestination(ped, p); //@FIXME ar.graf: change to
ffviafm->getDirectionToDestination(ped, p);
p = p.Normalized(); // @todo: argraf : scale with costvalue: " * ffviafm->getCostToTransition(ped->GetTransitionID(), ped->GetPos()) "
return (p + ped->GetPos());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment