mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-12 16:17:29 +05:00
error mserror msgg
This commit is contained in:
parent
6a30dffef7
commit
55f53683f4
@ -1,8 +1,9 @@
|
|||||||
puts "found ng.tcl"
|
puts "found ng.tcl"
|
||||||
|
|
||||||
|
|
||||||
if {[catch {package require Tix }]} {
|
if {[catch {package require Tix } result ]} {
|
||||||
puts "cannot find package Tix"
|
puts "cannot find package Tix"
|
||||||
|
puts "error : $result"
|
||||||
}
|
}
|
||||||
|
|
||||||
# if {[catch {package require Togl 2.0 }]} {
|
# if {[catch {package require Togl 2.0 }]} {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user