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

« back to all changes in this revision

Viewing changes to engine/snappea/kernel/positioned_tet.c

  • Committer: Package Import Robot
  • Author(s): Ben Burton
  • Date: 2014-08-29 17:37:46 UTC
  • mfrom: (19.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140829173746-igmqc9b67y366a7u
Tags: 4.96-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 */
14
14
 
15
15
#include "kernel.h"
 
16
#include "kernel_namespace.h"
16
17
 
17
18
 
18
19
void veer_left(
104
105
    ptet->bottom_face   = remaining_face[ptet->near_face][ptet->left_face];
105
106
    ptet->orientation   = right_handed;
106
107
}
 
108
#include "end_namespace.h"