Update of /cvsroot/aimmath/AIM/WEB-INF/maple/aim
In directory sc8-pr-cvs1:/tmp/cvs-serv24531
Modified Files:
Inert.mpl
Log Message:
just a trivial bug fix
Index: Inert.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/Inert.mpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Inert.mpl 1 Sep 2003 05:55:59 -0000 1.1
--- Inert.mpl 2 Sep 2003 02:53:42 -0000 1.2
***************
*** 653,657 ****
"Plus", # Name
true, # Needs parentheses
! false, # Provides parentheses
false, # Associative
10) # Precedence
--- 653,657 ----
"Plus", # Name
true, # Needs parentheses
! true, # Provides parentheses
false, # Associative
10) # Precedence
|