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
1da60d3e5c
commit
7d4b93189b
@ -1,8 +1,11 @@
|
||||
if { [catch { load liboccvis[info sharedlibextension] Ng_OCC } result ] } {
|
||||
# puts "cannot load occ"
|
||||
# puts "error: $result"
|
||||
}
|
||||
|
||||
# dummy
|
||||
|
||||
if { [catch { Ng_OCCCommand isoccgeometryloaded }] } {
|
||||
# dummy
|
||||
proc rebuildoccdialog { } { }
|
||||
} {
|
||||
puts "OCC module loaded"
|
||||
|
Loading…
Reference in New Issue
Block a user