Commit | Line | Data |
---|---|---|
1ef32e96 RL |
1 | puts "================" |
2 | puts "OCC23952" | |
3 | puts "================" | |
4 | puts "" | |
5 | ########################################################################################### | |
6 | # Improving thread-safety of intersections, approximations and other modeling algorithms | |
7 | ########################################################################################### | |
8 | ||
9 | pload QAcommands | |
10 | restore [locate_data_file bug23952_trim-torus.draw] res | |
11 | ||
12 | set NbUPoles 18 | |
13 | set info [OCC23952sweep $NbUPoles res] | |
14 | ||
15 | if { [regexp "theTargetNbUPoles: OK" $info] != 1 } { | |
16 | puts "Error : Number of UPoles is incorrect" | |
17 | } else { | |
18 | puts "OK: Number of UPoles is correct" | |
19 | } |