File: bug23114

package info (click to toggle)
oce 0.15-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 302,472 kB
  • ctags: 210,903
  • sloc: cpp: 1,165,052; ansic: 75,256; sh: 11,901; tcl: 4,488; python: 2,867; makefile: 337; perl: 37; csh: 12
file content (23 lines) | stat: -rwxr-xr-x 690 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
puts "================"
puts "OCC23114"
puts "================"
puts ""
#######################################################################################
# Extrema algorithm throws the exception
######################################################################################

set BugNumber OCC23114

restore [locate_data_file OCC23114-c1.draw] c1 
restore [locate_data_file OCC23114-c2.draw] c2 
trim c1t c1 6.8444417666253693e-010 3.3201579728233819e-007
trim c2t c2 0.57529999999422077 0.99999999996162448
set exception_status [ catch { extrema c1t c2t } ]

if { ${exception_status} == 0 } {
   puts "OK ${BugNumber}"
} else {
   puts "Faulty ${BugNumber}"
}

set 3dviewer 0