|
@@ -27,8 +27,8 @@ _NUMOF = {"areas": libvect.Vect_get_num_areas,
|
|
|
"holes": libvect.Vect_get_num_holes,
|
|
|
"islands": libvect.Vect_get_num_islands,
|
|
|
"kernels": libvect.Vect_get_num_kernels,
|
|
|
- "lines": libvect.Vect_get_num_line_points,
|
|
|
- "points": libvect.Vect_get_num_lines,
|
|
|
+ "lines": libvect.Vect_get_num_lines,
|
|
|
+ "points": libvect.Vect_get_num_line_points,
|
|
|
"nodes": libvect.Vect_get_num_nodes,
|
|
|
"updated_lines": libvect.Vect_get_num_updated_lines,
|
|
|
"updated_nodes": libvect.Vect_get_num_updated_nodes,
|