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

« back to all changes in this revision

Viewing changes to engine/surfaces/spheres.cpp

  • 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:
69
69
        if (s->isCompact() && (! s->hasRealBoundary()) &&
70
70
                (! s->isVertexLinking())) {
71
71
            chi = s->getEulerCharacteristic();
72
 
            if (chi == 2 || (chi == 1 && s->isTwoSided().isFalse())) {
 
72
            if (chi == 2 || (chi == 1 && ! s->isTwoSided())) {
73
73
                // It's a non-trivial 2-sphere!
74
74
                // Clone the surface for our return value.
75
75
                NNormalSurface* ans = (chi == 1 ? s->doubleSurface() :