Changeset 88e5d0 in git


Ignore:
Timestamp:
Apr 10, 2009, 9:05:00 PM (14 years ago)
Author:
Motsak Oleksandr <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
821b2695ea63204befbe039e7efc56c2b7f7f662
Parents:
8b09ef24947688a333cfa1d2bd4db6970e7bb313
Message:
*motsak: compatibility with SuperCommutative issue


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/nctools.lib

    r8b09ef r88e5d0  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: nctools.lib,v 1.46 2009-04-10 13:25:10 Singular Exp $";
     2version="$Id: nctools.lib,v 1.47 2009-04-10 19:05:00 motsak Exp $";
    33category="Noncommutative";
    44info="
     
    935935
    936936
     937proc SuperCommutative(list #)
     938{
     939  return (superCommutative(#)); 
     940}
     941
     942
    937943static proc ParseSCA()
    938944"
Note: See TracChangeset for help on using the changeset viewer.