mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
need catches for batchmode
This commit is contained in:
parent
8ee21da632
commit
7f8818b8f1
@ -85,14 +85,14 @@ source ${ngdir}/variables.tcl
|
|||||||
source ${ngdir}/parameters.tcl
|
source ${ngdir}/parameters.tcl
|
||||||
|
|
||||||
if { $batchmode != "defined" } {
|
if { $batchmode != "defined" } {
|
||||||
# catch {
|
catch {
|
||||||
source ${ngdir}/menustat.tcl
|
source ${ngdir}/menustat.tcl
|
||||||
# }
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# catch {
|
catch {
|
||||||
source ${ngdir}/dialog.tcl
|
source ${ngdir}/dialog.tcl
|
||||||
# }
|
}
|
||||||
|
|
||||||
catch {
|
catch {
|
||||||
source ${ngdir}/drawing.tcl
|
source ${ngdir}/drawing.tcl
|
||||||
|
Loading…
Reference in New Issue
Block a user