Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -15,10 +15,15 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.351 2002/05/23 17:08:20 geraint +## `mtt sys sfun zip` now produces an input block and an interface block for MTT models. +## Models can be embedded within larger Simulink models by the 2 ports. +## The user must edit 2 code blocks in _sfun_interface.c before compiling with mex. +## ## Revision 1.350 2002/05/21 08:45:36 gawthrop ## DIY reps: no longer skips rep if file exists already. ## Avoids problems in rep.txt when options change ## ## Revision 1.349 2002/05/20 10:29:59 gawthrop @@ -3524,11 +3529,11 @@ if [ "$debug" != "debug" ]; then rm -f *.log else echo Debugging - log files retained in LOGFILES mkdir -p LOGFILES - mv -f *.log LOGFILES + mv -f *.log LOGFILES 2> /dev/null fi #Print what's going on if in verbose mode if [ -n "$Verbose" ]; then echo Finishing mtt $mtt_switches $1 $2 $3 $4 at level $level