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

« back to all changes in this revision

Viewing changes to engine/enumerate/ntreelp.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:
32
32
 
33
33
/* end stub */
34
34
 
35
 
#include "enumerate/ntreelp.tcc"
 
35
#include "enumerate/ntreelp-impl.h"
36
36
 
37
37
namespace regina {
38
38
 
52
52
template class LPData<LPConstraintNonSpun, NNativeLong>;
53
53
#endif
54
54
 
55
 
#ifdef INT128_FOUND
 
55
#ifdef INT128_AVAILABLE
56
56
template class LPData<LPConstraintNone, NNativeInteger<16> >;
57
57
template class LPData<LPConstraintEuler, NNativeInteger<16> >;
58
58
#ifndef EXCLUDE_SNAPPEA