Changeset ffdadd in git


Ignore:
Timestamp:
Sep 13, 2016, 3:45:49 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
1a48b03ae1416685c15b9ff80a470299e8f5a57d
Parents:
57b2b9bd91b192001e22eedc5da8c62ec7ffc879
Message:
fix: tr. #773 (and test)
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/nctools.lib

    r57b2b9 rffdadd  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="version nctools.lib 4.0.0.0 Jun_2013 "; // $Id$
     2version="version nctools.lib 4.0.3.3 Sep_2016 "; // $Id$
    33category="Noncommutative";
    44info="
     
    833833
    834834    qring @EA = Q; // and it will be internally commutative as well!!!
     835    option(qringNF);
    835836
    836837    return(@EA);
     
    865866
    866867    qring @EA = Q; // and it will be internally commutative as well!!!
     868    option(qringNF);
    867869    return(@EA);
    868870  }
     
    914916  attrib(basering, "iAltVarEnd", e);
    915917
    916 //   "Alternating variables: [", AltVarStart(), ",", AltVarEnd(), "].";
     918   //"Alternating variables: [", AltVarStart(), ",", AltVarEnd(), "].";
    917919  return(basering);
    918920}
  • Tst/Short/ok_s.lst

    r57b2b9 rffdadd  
    6363bug_tr762
    6464bug_tr767
     65bug_tr773
    6566bug_genus_etc
    6667conv_bi
Note: See TracChangeset for help on using the changeset viewer.