~ubuntu-branches/ubuntu/vivid/regina-normal/vivid

« back to all changes in this revision

Viewing changes to engine/triangulation/nfacepair.h

  • Committer: Package Import Robot
  • Author(s): Ben Burton
  • Date: 2013-11-02 11:44:32 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20131102114432-acgci6b1pb2hjl8q
Tags: 4.95-1
* New upstream release.
* The python module is now installed in a standard location beneath
  /usr/lib/python2.7/dist-packages.
* Switched python packaging from python-support to dh_python2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
/**
54
54
 * Represents a pair of tetrahedron face numbers.
55
55
 *
56
 
 * Note that we are not storing face numbers in a triangulation
 
56
 * Note that we are not storing triangle numbers in a triangulation
57
57
 * skeleton, but merely face numbers 0, 1, 2 and 3 in a single
58
58
 * tetrahedron.  Thus there are only six possible face pairs; this class
59
59
 * merely makes working with such pairs more convenient.