0023607: Spelling corrections in OCCT tests
[occt.git] / tests / mesh / begin
1 set Deflection 0.1
2 set percent_max 5.
3
4 # relative tolerance (%)
5 set rel_tol 1
6
7 set area_eps 0
8
9 cpulimit 1000
10
11 set nbwithouttri(All) 0
12 set nbfree(All) 0
13 set nbcross(All) 0
14 set nbasync(All) 0
15 set nbfreenodes(All) 0
16
17 set bug_area ""
18 set bug_withouttri ""
19 set bug_freelinks ""
20 set bug_cross ""
21 set bug_async ""
22 set bug_freenodes ""
23
24 if { [array get Draw_Groups "TOPOLOGY Check commands"] == "" } {
25         pload TOPTEST
26 }
27 if { [array get Draw_Groups "ZeViewer"] == "" } {
28         pload AISV
29 }