1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/vis/bug230_1
luz paz 7b5e532f83 0031939: Coding - correction of spelling errors in comments [part 7]
Fix various typos

Fixed via codespell v2.1.dev
2021-01-20 21:27:44 +03:00

18 lines
340 B
Plaintext

puts "========"
puts "OCC230"
puts "OCC489"
puts "========"
puts ""
############################################
## Numeric Error occurs in V2d_View::WindowFit() , Magnify()
############################################
point p1 0 10
point p2 10 20
if [catch { OCC230 tc p1 p2 } ] {
puts "OCC230: Error"
} else {
puts "OCC230: OK"
}