Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.155 1998/06/24 07:43:42 peterg +## Version 2.91 -- includes implicit integration (octave) +## ## Revision 1.154 1998/06/17 14:14:09 peterg ## Removed struc.txt prerequisite for simpar.txt - switch version ## ## Revision 1.153 1998/05/28 09:36:38 peterg ## --version and --versions switch @@ -945,11 +948,11 @@ fi # Tidy mode - operate in the directory MTT-work if [ "$tidy" = "tidy" ]; then mkdir -p MTT_work - cp -u -p Makefile *.* MTT_work 2>/dev/null + cp -u -p Makefile *.* .* MTT_work 2>/dev/null cd MTT_work if [ -z "$directory" ]; then Directory='' else