Custom Query (36 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 36)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#35 fixed complete multi-threading issues sz Maciej Komosinski
Description

...including answering questions regarding efficiency and performance depending on the number of threads and capacity. Perform comparative tests on a Linux machine. Then complete the report.

#36 fixed Object size in neurodiagram sz mmichalski
Description

Document & explain the meaning/purpose of "size" in neurodiagram.cpp (e.g. line 293).

#42 fixed ModelGeometry division by 0.0 for a single ellipsoid shape oriona Maciej Komosinski
Description

For the following structure/genotype:

Simulator.print(ModelGeometry.forModel(Model.newFromString("//0\np:sh=1\n")).area());

in externalAreaOfSurface(), in the second iteration of

	while (surface.tryGetNext(point))

In function

void MeshBuilder::EllipsoidSurface::findNextAreaEdgeAndPhase()

There is div by 0.0 (invalid FP operation) because edge.x and edge.z are 0.0:

limit.z = edge.z*edge.z / sqrt(edge.x*edge.x + edge.z*edge.z);

Similar defect to fix: numerous sqrt: DOMAIN error exceptions when running geometry unit tests.

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.