Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -15,10 +15,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.354 2002/06/10 10:43:19 gawthrop +## ode2odes now prerequisite for sim.m and ssim.m +## ## Revision 1.353 2002/05/28 18:08:38 geraint ## Fixed [ 547294 ] CRs are not sought from MTT_CRS. ## ## Revision 1.352 2002/05/24 11:04:10 geraint ## Removed unnecessary message about *.log file not existing when -D option is used. @@ -2356,11 +2359,11 @@ cr_txt2r $1 #SUMMARY cr constitutive relationship header (c) $1_cr.h: echo Creating $1_cr.h - echo "// CR headers for system $1" > $1_cr.h + echo "/* CR headers for system $1 */" > $1_cr.h # Cheat a bit and use the top level cr file for the subsystem as well ifneq ($sub,) $Subsystem_cr.r: $1_cr.r echo Creating $Subsystem_cr.r "(copying $1_cr.r)"