alltests.tcl
来自「算断裂的」· TCL 代码 · 共 15 行
TCL
15 行
## This script runs through all 11 tests, and makes a log for each one.set meshsizesum 0set aspprod 1for {set testnum 1} {$testnum <= 11} {incr testnum} { puts "test$testnum" flush stdout update gmevallog $qmg_library2/test$testnum.tcl test$testnum.di puts "After this test, meshsizesum = $meshsizesum aspprod = $aspprod"}puts "alltests is complete; meshsizesum = $meshsizesum aspprod = $aspprod"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?