Subversion Repositories gelsvn

Rev

Rev 61 | Rev 136 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61 Rev 64
Line 18... Line 18...
18
#include <sys/types.h>
18
#include <sys/types.h>
19
#include "Polygonizer.h"
19
#include "Polygonizer.h"
20
 
20
 
21
using namespace std;
21
using namespace std;
22
 
22
 
23
namespace Polygonization
23
namespace Geometry
24
{
24
{
25
 
25
 
26
	namespace
26
	namespace
27
	{
27
	{
28
		const int RES =	10; /* # converge iterations    */
28
		const int RES =	10; /* # converge iterations    */