Changeset 797d4f in git for Singular/LIB/nctools.lib


Ignore:
Timestamp:
Apr 14, 2009, 2:37:04 PM (14 years ago)
Author:
Motsak Oleksandr <motsak@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
57bfa25f81781b65db8609d7a0ede8940d0476e7
Parents:
334c21f9e573112667d39f4cd9dcad9c7b19a50c
Message:
*motsak: backward compatibility for superCommutative


git-svn-id: file:///usr/local/Singular/svn/trunk@11697 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/nctools.lib

    r334c21f r797d4f  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: nctools.lib,v 1.49 2009-04-14 12:00:14 Singular Exp $";
     2version="$Id: nctools.lib,v 1.50 2009-04-14 12:37:04 motsak Exp $";
    33category="Noncommutative";
    44info="
     
    727727}
    728728
     729 
     730
    729731///////////////////////////////////////////////////////////////////////////////
    730732proc superCommutative(list #)
     
    932934  "Alternating variables: [", AltVarStart(), ",", AltVarEnd(), "].";
    933935  kill R; kill ER;
     936}
     937
     938
     939proc SuperCommutative(list #)
     940{
     941  return( superCommutative(#) );
    934942}
    935943
Note: See TracChangeset for help on using the changeset viewer.