pgRouting

Changeset 93

Show
Ignore:
Timestamp:
01/16/08 11:15:55 (11 months ago)
Author:
anton
Message:

'One edge case' fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/extra/driving_distance/src/alpha.c

    r60 r93  
    244244    } 
    245245 
     246 
     247  if (total_tuples < 2)  
     248  { 
     249    elog(ERROR, "Distance is too short"); 
     250    return finish(SPIcode, ret); 
     251  } 
     252 
    246253  DBG("Calling CGAL alpha-shape\n"); 
    247254