You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this for printf, we can allow pending runtime errors from the test case and create new messages at the same time. To prevent the double execution, we can check in the called function if it was called a second time and just return.
The text was updated successfully, but these errors were encountered:
We already use a small trick which performs tasks that can have new runtime errors for
GetWavePointer
:igortest/procedures/igortest-utils.ipf
Lines 356 to 357 in 080690c
Using this for printf, we can allow pending runtime errors from the test case and create new messages at the same time. To prevent the double execution, we can check in the called function if it was called a second time and just return.
The text was updated successfully, but these errors were encountered: