~ubuntu-branches/debian/jessie/yade/jessie

« back to all changes in this revision

Viewing changes to lib/triangulation/Network.ipp

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-08-04 19:34:58 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20140804193458-cw8qhnujxe9wzi15
Tags: 1.11.0-1
* [a0600ae] Imported Upstream version 1.11.0
* [a3055e0] Do not use parallel build on kfreebsd-amd64 and s390x.
* [f86b405] Remove applied patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
#define FAST
16
16
 
17
 
 
18
 
using namespace std;
19
17
namespace CGT {
 
18
        
 
19
using std::abs;
20
20
 
21
21
//      template<class Tesselation> const double Network<Tesselation>::FAR = 50000;
22
22
        template<class Tesselation> const double Network<Tesselation>::ONE_THIRD = 1.0/3.0;