~ubuntu-branches/ubuntu/precise/qhull/precise

« back to all changes in this revision

Viewing changes to src/qhalf.c

  • 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:
6
6
 
7
7
   see unix.c for full interface
8
8
 
9
 
   copyright (c) 1993-2001, The Geometry Center
 
9
   copyright (c) 1993-2003, The Geometry Center
10
10
*/
11
11
 
12
12
#include <stdio.h>
56
56
 
57
57
char qh_prompta[]= "\n\
58
58
qhalf- compute the intersection of halfspaces about a point\n\
59
 
    http://www.geom.umn.edu/locate/qhull  %s\n\
 
59
    http://www.qhull.org  %s\n\
60
60
\n\
61
61
input (stdin):\n\
62
62
    optional interior point: dimension, 1, coordinates\n\
123
123
    FF   - facet dump without ridges\n\
124
124
    FI   - ID of each intersection\n\
125
125
    Fm   - merge count for each intersection (511 max)\n\
 
126
    FM   - Maple output (dual convex hull)\n\
126
127
    Fn   - count plus neighboring intersections for each intersection\n\
127
128
    FN   - count plus intersections for each non-redundant halfspace\n\
128
129
    FO   - options and precision constants\n\
173
174
    synopsis for qhull 
174
175
*/  
175
176
char qh_prompt2[]= "\n\
176
 
qhalf- halfspace intersection about a point. Qhull %s\n\
 
177
qhalf- halfspace intersection about a point.  Qhull %s\n\
177
178
    input (stdin): [dim, 1, interior point], dim+1, n, coefficients+offset\n\
178
179
    comments start with a non-numeric character\n\
179
180
\n\
219
220
\n\
220
221
 Fc_redundant   Fd_cdd_in      FF_dump_xridge FIDs           Fmerges\n\
221
222
 Fneighbors     FN_intersect   FOptions       Fp_coordinates FP_nearest\n\
222
 
 FQhalf         Fsummary       Fv_halfspace   Fx_non_redundant\n\
 
223
 FQhalf         Fsummary       Fv_halfspace   FMaple         Fx_non_redundant\n\
223
224
\n\
224
225
 Gvertices      Gpoints        Gall_points    Gno_planes     Ginner\n\
225
226
 Gcentrums      Ghyperplanes   Gridges        Gouter         GDrop_dim\n\