Index: mttroot/mtt/bin/trans/mtt_header ================================================================== --- mttroot/mtt/bin/trans/mtt_header +++ mttroot/mtt/bin/trans/mtt_header @@ -10,10 +10,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.16 2000/12/01 17:56:30 peterg +## Removed spurious echo '## Set matrices to zero' - thanks Geraint +## ## Revision 1.15 2000/11/29 21:06:16 peterg ## Removed Npar creation - not needed?? ## ## Revision 1.14 2000/11/27 11:51:43 peterg ## Added zero matrices in matlab code @@ -579,10 +582,18 @@ write_DLD_header map_DLD_inputs ${args} undeclared=$(get_extra_fields ${args:-"nil"} ${output:-"nil"}) declare_DLD_outputs ${undeclared} array2constant + case ${arg_type} in + Matrix) + printf " ${w}\t\t\t= zeros ${arg_size};\n" + ;; + *) + ;; + esac + cat <