Subversion Repositories gelsvn

Rev

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

Rev 58 Rev 116
Line 18... Line 18...
18
		// Ten times that should be safe.
18
		// Ten times that should be safe.
19
		const unsigned int KMAX = 10000;
19
		const unsigned int KMAX = 10000;
20
 
20
 
21
		// The threshold below is the smallest that seems to give reliable
21
		// The threshold below is the smallest that seems to give reliable
22
		// solutions.
22
		// solutions.
23
		const double EV_THRESH = 0.0000001;
23
		const double EV_THRESH = 0.00000001;
24
}
24
}
25
 
25
 
26
namespace CGLA
26
namespace CGLA
27
{
27
{
28
 
28