function item = cfg_intree(varargin) % This is currently only a "marker" class that should be inherited by all % within-tree classes. It does not add fields and does not have methods. % % This code is part of a batch job configuration system for MATLAB. See % help matlabbatch % for a general overview. %_______________________________________________________________________ % Copyright (C) 2007 Freiburg Brain Imaging % Volkmar Glauche % $Id: cfg_intree.m 1716 2008-05-23 08:18:45Z volkmar $ rev = '$Rev: 1716 $'; %#ok item = class(struct('unused',[]), mfilename);