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