~ubuntu-branches/ubuntu/precise/grass/precise

« back to all changes in this revision

Viewing changes to lib/vector/Vlib/select.c

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-04-13 17:08:41 UTC
  • mfrom: (8.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110413170841-ss1t9bic0d0uq0gz
Tags: 6.4.1-1
* New upstream version.
* Now build-dep on libjpeg-dev and current libreadline6-dev.
* Removed patch swig: obsolete.
* Policy bumped to 3.9.2, without changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
 
216
216
    /* Select first all lines by box */
217
217
    dig_line_box(Polygon, &box);
 
218
    box.T = PORT_DOUBLE_MAX;
 
219
    box.B = -PORT_DOUBLE_MAX;
218
220
    Vect_select_lines_by_box(Map, &box, type, LocList);
219
221
    G_debug(3, "  %d lines selected by box", LocList->n_values);
220
222