Changeset 28e0e55 in git


Ignore:
Timestamp:
Apr 15, 2009, 4:20:44 PM (14 years ago)
Author:
Motsak Oleksandr <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
4eaf38d1094168c6b74755e47bb69d069f97f031
Parents:
16136450fe49c085a4d841ed455665854ae43569
Message:
*motsak: again the same


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/nctools.lib

    r1613645 r28e0e55  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: nctools.lib,v 1.52 2009-04-15 11:18:07 seelisch Exp $";
     2version="$Id: nctools.lib,v 1.53 2009-04-15 14:20:44 motsak Exp $";
    33category="Noncommutative";
    44info="
     
    728728
    729729
    730 
    731730///////////////////////////////////////////////////////////////////////////////
    732731proc superCommutative(list #)
     
    934933  "Alternating variables: [", AltVarStart(), ",", AltVarEnd(), "].";
    935934  kill R; kill ER;
     935}
     936
     937// Please, don't throw this away!!! Needed for backward compatibility.
     938proc SuperCommutative(list #)
     939{
     940  // "Please use superCommutative instead";
     941  return( superCommutative(#) );
    936942}
    937943
Note: See TracChangeset for help on using the changeset viewer.