1 %> @brief Makes one
block from many
3 %> @ingroup misc conversion
5 %> Iterates throught the cell of blocks. If an element is a @ref
block_cascade_base, extracts its blocks; otherwise adds the element
7 %> @param cob Cell of blocks
15 if isa(b,
'block_cascade_base')
16 one.blocks = [one.blocks, b.blocks];
18 one.blocks{end+1} = b;
function make_one(in cob)
Cascade block: sequence of blocks represented by a block.