mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
on the way to togl2.0
This commit is contained in:
parent
f99c47eb72
commit
e7c9a77dbe
11
ng/ng.tcl
11
ng/ng.tcl
@ -5,9 +5,9 @@ if {[catch {package require Tix } result ]} {
|
||||
puts "error : $result"
|
||||
}
|
||||
|
||||
if {[catch {package require Togl 2.0 }]} {
|
||||
puts "cannot find package Togl 2.0"
|
||||
}
|
||||
# if {[catch {package require Togl 2.0 }]} {
|
||||
# puts "cannot find package Togl 2.0"
|
||||
# }
|
||||
|
||||
|
||||
|
||||
@ -274,8 +274,5 @@ if { [file exists startup.tcl] } {
|
||||
|
||||
|
||||
|
||||
# if { [catch { source ${ngdir}/demoapp.tcl } result ] } {
|
||||
# puts "cannot load demoapp"
|
||||
# puts "error: $result"
|
||||
# }
|
||||
catch { source ${ngdir}/demoapp.tcl }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user