Changeset 28a9f1 in git


Ignore:
Timestamp:
Mar 8, 2007, 5:50:59 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
5baddf69698b9ccc2de6a0ee03ddfa5426659fff
Parents:
60d6fac1b1cae8589d00c1b5248c5253cbede39f
Message:
*hannes: twostd bugs..


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

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r60d6fac r28a9f1  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iparith.cc,v 1.440 2007-02-23 17:13:13 Singular Exp $ */
     4/* $Id: iparith.cc,v 1.441 2007-03-08 16:50:59 Singular Exp $ */
    55
    66/*
     
    378378  { "slimgb",      0, SLIM_GB_CMD ,       CMD_1},
    379379  { "sortvec",     0, SORTVEC_CMD ,       CMD_1},
    380   #ifdef OLD_RES
     380#ifdef OLD_RES
    381381  { "sres",        0, SRES_CMD ,          CMD_23},
    382382#else /* OLD_RES */
     
    392392  { "trace",       0, TRACE_CMD ,         CMD_1},
    393393  { "transpose",   0, TRANSPOSE_CMD ,     CMD_1},
    394   #ifdef HAVE_PLURAL
     394#ifdef HAVE_PLURAL
    395395  { "twostd",      0, TWOSTD_CMD ,        CMD_1},
    396396#endif /* HAVE_PLURAL */
     
    42904290{
    42914291  if (rIsPluralRing(currRing))  res->data=(ideal)twostd((ideal)a->Data());
    4292   else  res->data=(ideal)a->Data();
     4292  else  res->data=(ideal)a->CopyD();
    42934293  setFlag(res,FLAG_STD);
    42944294  setFlag(res,FLAG_TWOSTD);
Note: See TracChangeset for help on using the changeset viewer.