Changeset 31686
- Timestamp:
- Jun 12, 2008, 1:20:14 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
grass/branches/develbranch_6/vector/v.to.points/main.c
r31679 r31686 295 295 G_debug ( 3, "line = %d", line ); 296 296 297 G_percent(line, nlines, 2);298 299 297 ltype = Vect_read_line (&In, LPoints, LCats, line); 300 298 if ( !(ltype & type ) ) continue; … … 308 306 dmax, table_flag->answer ); 309 307 } 308 G_percent(line, nlines, 2); 310 309 } 311 310 } … … 318 317 int i, isle, nisles; 319 318 320 G_percent(area, nareas, 2);321 322 319 centroid = Vect_get_area_centroid ( &In, area ); 323 320 cat = -1; … … 341 338 dmax, table_flag->answer ); 342 339 } 340 G_percent(area, nareas, 2); 343 341 } 344 342 }
Note:
See TracChangeset
for help on using the changeset viewer.
