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

« back to all changes in this revision

Viewing changes to engine/subcomplex/ntrivialtri.h

  • Committer: Package Import Robot
  • Author(s): Ben Burton
  • Date: 2012-05-29 08:46:45 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20120529084645-ngrfs6rqtrwklrue
Tags: 4.93-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
/* end stub */
28
28
 
29
29
/*! \file subcomplex/ntrivialtri.h
30
 
 *  \brief Deals with a few specific trivial triangulations.
 
30
 *  \brief Deals with a few specific hard-coded trivial triangulations.
31
31
 */
32
32
 
33
33
#ifndef __NTRIVIALTRI_H
46
46
 */
47
47
 
48
48
/**
49
 
 * Represents one of a few particular trivial triangulations that do not
50
 
 * belong to any of the other larger families.
 
49
 * Represents one of a few particular hard-coded trivial triangulations
 
50
 * that do not belong to any of the other larger families.
51
51
 *
52
52
 * All optional NStandardTriangulation routines are implemented for this
53
53
 * class.