mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Get rid of postponed calculation of transformation. Remove unused methods. Add command OCC25545 to reproduce the bug with data races. - Get rid of C++11 lambda construction - make code compilable with no HAVE_TBB defined - add test case bugs/fclasses/bug25545
12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
puts "============"
|
|
puts "OCC25545"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# TopLoc_Location::Transformation() provokes data races
|
|
#######################################################################
|
|
|
|
pload QAcommands
|
|
|
|
OCC25545
|