add CDB_dependencies

This commit is contained in:
abelvm 2016-08-16 11:28:34 -04:00
parent 6b4b04d9a3
commit 2c373dd9c7

View File

@ -61,7 +61,7 @@ BEGIN
test_h := ST_XMax(cell) - ST_XMin(cell) ;
-- check distance
test_d := _Signed_Dist(polygon, ST_Centroid(cell));
test_d := cdb_crankshaft._Signed_Dist(polygon, ST_Centroid(cell));
IF test_d > best_d THEN
best_d := test_d;
best_c := cells[i];