mcell_ran4_init
doEvents doNotify
Notification
SYNTAX
doEvents()
DESCRIPTION
Deal with any pending events in the middle of a computation.
This also causes any previous flushes to make their effect felt on
the screen.
Faster than doNotify since field editors are not updated.
Notification
SYNTAX
doNotify()
DESCRIPTION
All panels are updated so field editors show current values.
This is slower than doEvents which does not check the field editors.
neuron/general/function/notify.hel : 433 Jul 19