ECG-Kit 1.0
(555 bytes)
%GETBATCH Test on possible execution of mapping in batch mode
%
% [FLAG,BATCHSIZE,OBJSIZE] = GETBATCH(W)
%
% INPUT
% W Mapping
%
% OUTPUT
% FLAG Flags batch processing on (TRUE) or off (FALSE)
% BATCHSIZE Number of objects per batch
% OBJSIZE Number of objects above which batch processing is enabled
%
%DESCRIPTION
%FLAG is TRUE in case batch mode is allowed (default).
%Use SETBATCH to set or disable batch processing of mappings
%
%SEE ALSO (<a href="http://37steps.com/prtools">PRTools Guide</a>)
%MAPPINGS, SETBATCH