mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-24 03:40:34 +05:00
higher redraw checking rate
This commit is contained in:
parent
5a320121fd
commit
819fca6940
@ -1122,7 +1122,7 @@ proc timer2 { } {
|
||||
}
|
||||
|
||||
}
|
||||
after 30 { timer2 }
|
||||
after 10 { timer2 }
|
||||
}
|
||||
# after 1000 { timer2 }
|
||||
timer2
|
||||
|
@ -1412,7 +1412,7 @@ const char * ngscript[] = {""
|
||||
,"}\n"
|
||||
,"}\n"
|
||||
,"}\n"
|
||||
,"after 30 { timer2 }\n"
|
||||
,"after 10 { timer2 }\n"
|
||||
,"}\n"
|
||||
,"timer2\n"
|
||||
,"proc bgerror { error } {\n"
|
||||
|
Loading…
Reference in New Issue
Block a user