mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 22:00:33 +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"
|
puts "error : $result"
|
||||||
}
|
}
|
||||||
|
|
||||||
if {[catch {package require Togl 2.0 }]} {
|
# if {[catch {package require Togl 2.0 }]} {
|
||||||
puts "cannot find package 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 ] } {
|
catch { source ${ngdir}/demoapp.tcl }
|
||||||
# puts "cannot load demoapp"
|
|
||||||
# puts "error: $result"
|
|
||||||
# }
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user