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

« back to all changes in this revision

Viewing changes to lib/triangulation/Tesselation.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:
6
6
*  GNU General Public License v2 or later. See file LICENSE for details. *
7
7
*************************************************************************/
8
8
 
9
 
using namespace std;
10
 
 
11
9
//FIXME: handle that a better way
12
10
#define MAX_ID 200000
13
11
 
14
12
namespace CGT {
15
13
 
 
14
using std::cerr;
 
15
using std::cout;
 
16
using std::endl;
 
17
using std::max;
 
18
using std::vector;
 
19
using std::ifstream;
 
20
 
16
21
template<class TT>
17
22
_Tesselation<TT>::_Tesselation ( void )
18
23
{
322
327
        return true;
323
328
}
324
329
 
325
 
} //namespace CGT
 
 
b'\\ No newline at end of file'
 
330
} //namespace CGT