Ticket #30618: patch-src-toprouter.c.diff
File patch-src-toprouter.c.diff, 1.1 KB (added by zapman@…, 13 years ago) |
---|
-
src/toporouter.c
old new 303 303 return Settings.LineThickness; 304 304 } 305 305 306 inline gdouble306 static inline gdouble 307 307 cluster_keepaway(toporouter_cluster_t *cluster) 308 308 { 309 309 if(cluster) return lookup_keepaway(cluster->netlist->style); 310 310 return lookup_keepaway(NULL); 311 311 } 312 312 313 inline gdouble313 static inline gdouble 314 314 cluster_thickness(toporouter_cluster_t *cluster) 315 315 { 316 316 if(cluster) return lookup_thickness(cluster->netlist->style); … … 925 925 926 926 #define tv_on_layer(v,l) (l == TOPOROUTER_BBOX(TOPOROUTER_VERTEX(v)->boxes->data)->layer) 927 927 928 inline gdouble928 static inline gdouble 929 929 min_spacing(toporouter_vertex_t *v1, toporouter_vertex_t *v2) 930 930 { 931 931 … … 949 949 } 950 950 951 951 // v1 is a vertex in the CDT, and v2 is a net... other way around? 952 inline gdouble952 static inline gdouble 953 953 min_vertex_net_spacing(toporouter_vertex_t *v1, toporouter_vertex_t *v2) 954 954 { 955 955 … … 966 966 return ms; 967 967 } 968 968 969 inline gdouble969 static inline gdouble 970 970 min_oproute_vertex_spacing(toporouter_oproute_t *oproute, toporouter_vertex_t *v2) 971 971 { 972 972