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

« back to all changes in this revision

Viewing changes to engine/census/dim2edgepairing.cpp

  • 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:
33
33
/* end stub */
34
34
 
35
35
#include "census/dim2edgepairing.h"
36
 
#include "census/ngenericfacetpairing.tcc"
 
36
#include "census/ngenericfacetpairing-impl.h"
37
37
#include "dim2/dim2triangle.h"
38
38
#include "dim2/dim2triangulation.h"
39
39
 
40
40
namespace regina {
41
41
 
42
 
// Instatiate all templates from the .tcc file.
 
42
// Instantiate all templates from the -impl.h file.
43
43
template NGenericFacetPairing<2>::NGenericFacetPairing(
44
44
    const NGenericFacetPairing<2>&);
45
45
template NGenericFacetPairing<2>::NGenericFacetPairing(
46
46
    const Dim2Triangulation&);
47
47
template bool NGenericFacetPairing<2>::isClosed() const;
48
 
template std::string NGenericFacetPairing<2>::toString() const;
 
48
template std::string NGenericFacetPairing<2>::str() const;
49
49
template std::string NGenericFacetPairing<2>::dotHeader(const char*);
50
50
template void NGenericFacetPairing<2>::writeDotHeader(std::ostream&,
51
51
    const char*);