Changes between Version 2 and Version 3 of Ticket #43
- Timestamp:
- 11/15/18 11:20:30 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43 – Description
v2 v3 1 1 2 Testing a ball (genotype {{{//0\np:sh=1,ry=1\n}}}) - balls have no specific orientation and are perfectly symmetrical so this might be an excuse for such dependence, yet... look at the example below. The first value in a line is the sampling density (0.1, 1, 2.5 or 4.3217 5):2 Testing a ball (genotype {{{//0\np:sh=1,ry=1\n}}}) - balls have no specific orientation and are perfectly symmetrical so this might be an excuse for such dependence, yet... look at the example below. The first value in a line is the sampling density (0.1, 1, 2.5 or 4.3217452): 3 3 4 '''Windows+Visual Studio ''' compilation:4 '''Windows+Visual Studio 2013''' compilation, %g: 5 5 6 6 {{{ … … 12 12 }}} 13 13 14 '''Windows+Visual Studio 2017''' debug compilation, %.17g: 15 16 {{{ 17 0.10000000000000001 12.566370614359172 0 [(2.0,2.0,2.0),Orient@(-0,1,0)] 18 1 12.566370614359172 1.2728649512171213 [(2.0,2.0,2.0),Orient@(-0,1,0)] 19 2.5 12.566370614359172 2.2275136646299623 [(2.0,1.9986484217435,1.97326669133902),Orient@(-0.415242,0.498119,0.472743)] 20 4.3217451999999996 12.566370614359172 3.1994853921717938 [(2.0,2.0,2.0),Orient@(-0,1,0)] 21 }}} 22 14 23 So for density=2.5, the computed orientation is weird. 15 24 16 Same test, this time '''linux+gcc''', different result :25 Same test, this time '''linux+gcc''', different result (%g for now): 17 26 18 27 {{{