Changeset 28e0e55 in git
- Timestamp:
- Apr 15, 2009, 4:20:44 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 4eaf38d1094168c6b74755e47bb69d069f97f031
- Parents:
- 16136450fe49c085a4d841ed455665854ae43569
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/nctools.lib
r1613645 r28e0e55 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: nctools.lib,v 1.5 2 2009-04-15 11:18:07 seelischExp $";2 version="$Id: nctools.lib,v 1.53 2009-04-15 14:20:44 motsak Exp $"; 3 3 category="Noncommutative"; 4 4 info=" … … 728 728 729 729 730 731 730 /////////////////////////////////////////////////////////////////////////////// 732 731 proc superCommutative(list #) … … 934 933 "Alternating variables: [", AltVarStart(), ",", AltVarEnd(), "]."; 935 934 kill R; kill ER; 935 } 936 937 // Please, don't throw this away!!! Needed for backward compatibility. 938 proc SuperCommutative(list #) 939 { 940 // "Please use superCommutative instead"; 941 return( superCommutative(#) ); 936 942 } 937 943
Note: See TracChangeset
for help on using the changeset viewer.