%% getblocklist.tlc %% assigns a vector of strings containing the sorted block %% list of a compiled model. %% Copyright (c) 1997-2000 by The MathWorks, Inc. %% $Revision: 1.2 $ $Date: 2000/06/12 18:21:32 $ %if EXISTS("CMNumber") %else %assign CMnumber=0 %endif %with CompiledModel[%] %assign Accelerator=0 %assign CMsize=SIZE(System.Block) %assign fullPathName=[] %foreach i=CMsize[1] %assign fullPathName=fullPathName + LibMangledPathName(System.Block[%].Name) %endforeach %endwith