0029751: Incremental mesh produces different meshes for windows and linux (debian 8)
[occt.git] / tests / bugs / mesh / bug25806
CommitLineData
0a9b38ef 1puts "========"
2puts "OCC25806"
3puts "========"
4puts ""
5#################################
6# Stack overflow during meshing
7#################################
8
9restore [locate_data_file OCC25806_shape_1040739_1.brep] a
10set bug_info [incmesh a 0.001]
11if {[lindex $bug_info 6] != "NoError"} {
12 puts "ERROR: OCC25806 is reproduced. Errors during meshing."
13}
14