# File lib/cassiopee-mt.rb, line 23
    def initialize
        super
        @th = []
        @matches = Array.new
    end