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

« back to all changes in this revision

Viewing changes to raster/r.surf.contour/addpts.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:
3
3
NODE *addpts_slow(NODE * zero, int r, int c, int rr, int cc, int *node_ct)
4
4
{
5
5
    NODE *add_in_slow();
6
 
    CELL value;
 
6
    char value;
7
7
 
8
8
    if (rr < nrows - 1) {
9
9
        bseg_get(&bseen, &value, rr + 1, cc);