~ubuntu-branches/ubuntu/natty/qhull/natty

« back to all changes in this revision

Viewing changes to src/qset.h

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2004-02-01 01:14:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040201011413-gok3tzufxn804osb
Tags: 2003.1-1
* New upstream release.  There are backward incompatibilities in the code
  and the soversion was bumped to libqhull5.
* debian/rules:
  - Major rewrite of build and install rules, since we are using now the
    upstream tarball generated with "make dist".
  - Added config rule.
  - Use dpatch to patch src/user.h (enable qh_QHpointer).
* debian/control:
  - Removed build-dependencies on autoconf, automake, and libtool.
  - Build-depends on dpatch.
  - Changed section of libqhull-dev package to libdevel.
* debian/libqhull-dev.files: Added usr/share/doc/libqhull5/src
  directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    - every set is NULL terminated
17
17
    - sets may be sorted or unsorted, the caller must distinguish this
18
18
   
19
 
   copyright (c) 1993-2001, The Geometry Center
 
19
   copyright (c) 1993-2003, The Geometry Center
20
20
*/
21
21
 
22
22
#ifndef qhDEFset