function empty = isTransactionEmpty(h,t)

% Copyright 2004 The MathWorks, Inc.

  empty = isempty(t.Operations);
 
  
