mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 22:00:33 +05:00
Added changes for batchmode
This commit is contained in:
parent
088bda222f
commit
7de7e6b79c
14
ng/ng.tcl
14
ng/ng.tcl
@ -1,7 +1,15 @@
|
|||||||
if {[catch {package require Tix } result ]} {
|
set batchmode [Ng_GetCommandLineParameter batchmode]
|
||||||
puts "cannot load package Tix"
|
if {$batchmode=="undefined"} {
|
||||||
puts "error : $result"
|
if {[catch {package require Tix } result ]} {
|
||||||
|
puts "cannot load package Tix"
|
||||||
|
puts "error : $result"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
# if {[catch {package require Togl 2.0 } result ]} {
|
||||||
|
# puts "cannot load package Togl 2.0"
|
||||||
|
# puts "error : $result"
|
||||||
|
# }
|
||||||
|
|
||||||
|
|
||||||
# if {[catch {package require Togl 2.0 } result ]} {
|
# if {[catch {package require Togl 2.0 } result ]} {
|
||||||
# puts "cannot load package Togl 2.0"
|
# puts "cannot load package Togl 2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user