mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-05 01:14:16 +05:00
don't load Tix
This commit is contained in:
parent
615575f5cf
commit
dd72bf984a
@ -2,10 +2,10 @@ lappend auto_path $env(NETGENDIR)
|
|||||||
|
|
||||||
set batchmode [Ng_GetCommandLineParameter batchmode]
|
set batchmode [Ng_GetCommandLineParameter batchmode]
|
||||||
if {$batchmode=="undefined"} {
|
if {$batchmode=="undefined"} {
|
||||||
if {[catch {package require Tix } result ]} {
|
# if {[catch {package require Tix } result ]} {
|
||||||
puts "cannot load package Tix"
|
# puts "cannot load package Tix"
|
||||||
puts "error : $result"
|
# puts "error : $result"
|
||||||
}
|
# }
|
||||||
if {[catch {package require tkdnd } result ]} {
|
if {[catch {package require tkdnd } result ]} {
|
||||||
# puts "cannot load package tkdnd"
|
# puts "cannot load package tkdnd"
|
||||||
# puts "error : $result"
|
# puts "error : $result"
|
||||||
|
Loading…
Reference in New Issue
Block a user