function out = setData(h, newval)
%SETDATA Used to write data to the ValueArray storage object
%
%   Author(s): James G. Owen
%   Copyright 1986-2003 The MathWorks, Inc.
%   $Revision: 1.1.6.1 $ $Date: 2004/12/26 21:34:34 $

% Note, in this implemention h does not do anything. However, h is used
% in @timemetadata objects
out = newval;