mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
fixes for occ doctor on windows
This commit is contained in:
parent
3307eb98b3
commit
2d595c84c2
@ -1,8 +1,11 @@
|
|||||||
if { [catch { load liboccvis[info sharedlibextension] Ng_OCC } result ] } {
|
if { [catch { load liboccvis[info sharedlibextension] Ng_OCC } result ] } {
|
||||||
# puts "cannot load occ"
|
# puts "cannot load occ"
|
||||||
# puts "error: $result"
|
# puts "error: $result"
|
||||||
|
}
|
||||||
|
|
||||||
# dummy
|
|
||||||
|
if { [catch { Ng_OCCCommand isoccgeometryloaded }] } {
|
||||||
|
# dummy
|
||||||
proc rebuildoccdialog { } { }
|
proc rebuildoccdialog { } { }
|
||||||
} {
|
} {
|
||||||
puts "OCC module loaded"
|
puts "OCC module loaded"
|
||||||
|
Loading…
Reference in New Issue
Block a user