~ubuntu-branches/ubuntu/wily/ginkgocadx/wily-proposed

« back to all changes in this revision

Viewing changes to src/cadxcore/api/math/geometry3d.h

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2014-01-09 07:37:09 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20140109073709-rpuh5x3p3finvtze
Tags: 3.6.0.1228.33+dfsg-1
New upstream release [December 2013]

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#if defined(min)
21
21
        #undef min
22
22
#endif
 
23
 
23
24
#include <list>
 
25
#include <iostream>
24
26
#include <cmath>
25
27
#include <limits>
26
28
 
28
30
#include <api/globals.h>
29
31
#include <api/math/geometry_defs.h>
30
32
 
 
33
 
31
34
#define GEOMETRY3D_NO_TEMPLATE
32
35
 
33
36
#if defined(GEOMETRY3D_NO_TEMPLATE)