Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -14,10 +14,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.309 2001/04/28 03:15:03 geraint +## Fixed comment (interfered with "mtt help representations"). +## ## Revision 1.308 2001/04/25 22:17:45 geraint ## Fixed icd.txt2 dependency. ## ## Revision 1.307 2001/04/15 21:15:41 geraint ## Added interface definition rep: _ICD.(txt|c|cc|m). @@ -2102,10 +2105,11 @@ cat $MTTPATH/trans/m/rcs_header.txt; \ echo 'ON ALLFAC; %Multiplicative factors'; \ echo 'OFF DIV; %Polynomial division'; \ echo 'OFF FACTOR; %Factorise polynomials'; \ echo 'OFF LIST; %Each term on a new line'; \ + echo 'FOR ALL x,y LET pow(x,y) = x^y; %Readable pow function'; \ echo 'END;'; \ )> $1_simp.r #SUMMARY subs algebraic substitution (r) $Subsystem_subs.r: