Opened 18 years ago

Last modified 16 years ago

#38 closed defect (fixed)

SubgraphDepthLocater.cpp - update required

Reported by: mloskot Owned by: strk@…
Priority: major Milestone:
Component: Core Version: 3.0.0
Severity: Significant Keywords: imported, phpbugtracker
Cc:

Description (last modified by mloskot)

File SubgraphDepthLocater.cpp is out of date regarding last changes, especially wole body of function SubgraphDepthLocater::findStabbedSegments needs to be updated.

Noticed issues:

  1. Line 159, near seg->toString() No 'seg' defined, so operator and member call can not be resolved.
  1. There are some #ifdefs related to SKIP_LS which seem to be legacy:
#ifndef SKIP_LS
seg.p0=pts->getAt(i);
seg.p1=pts->getAt(i + 1);
#else

If SKIP_LS is defined, code inside those #ifdefs does not compile.

Change History (2)

comment:1 by strk@…, 18 years ago

Resolution: nonefixed

comment:2 by mloskot, 16 years ago

Description: modified (diff)
Milestone: imported
Priority: 2major
Reporter: changed from mateusz@… to mloskot
Severity: AnnoyanceSignificant
Note: See TracTickets for help on using tickets.