instr 16  ; global instrument
        ; in this algorithm, the only function of this global instrument
        ; is to zero out the gktest variable of the above instrument
        ; the actual global variables {gkfc2, gkcs1, gkcs2 etc.} should NOT be zeroed
gktest  =  0
endin

