mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Eliminating regressions Fixed compilation warning ('di' : unreferenced formal parameter). Added test bugs/modalg_5/bug25578
13 lines
345 B
Plaintext
13 lines
345 B
Plaintext
puts "========="
|
|
puts "OCC25578"
|
|
puts "========="
|
|
puts ""
|
|
###########################################################
|
|
# SIGSEGV in BRepSweep_Rotation in case of singularities
|
|
###########################################################
|
|
|
|
psphere Sphere 5 0 90 90
|
|
explode Sphere F
|
|
revol rr Sphere_1 0 0 0 0 0 1 360
|
|
revol rr Sphere_1 0 0 0 1 0 0 90
|