Changeset 3b1cb12 in git


Ignore:
Timestamp:
Jan 15, 2009, 6:22:21 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
5ec4a8bc9c1e8e23c5f5f95235a4e4839659b682
Parents:
610069760287bbabd869a3157cc5fffd486ca6a3
Message:
*hannes: set module weights for kbase


git-svn-id: file:///usr/local/Singular/svn/trunk@11319 2c84dea3-7e68-4137-9b89-c4e89433aadc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r610069 r3b1cb12  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iparith.cc,v 1.489 2009-01-15 17:04:47 Singular Exp $ */
     4/* $Id: iparith.cc,v 1.490 2009-01-15 17:18:30 Singular Exp $ */
    55
    66/*
     
    23382338  res->data = (char *)scKBase((int)(long)v->Data(),
    23392339                              (ideal)(u->Data()),currQuotient, w_u);
     2340  if (w_u!=NULL)
     2341  {
     2342    atSet(res,omStrDup("isHomog"),w_u,INTVEC_CMD);
     2343  }
    23402344  return FALSE;
    23412345}
  • doc/NEWS.texi

    r610069 r3b1cb12  
    11@comment -*-texinfo-*-
    2 @comment $Id: NEWS.texi,v 1.118 2008-12-18 10:00:09 Singular Exp $
     2@comment $Id: NEWS.texi,v 1.119 2009-01-15 17:22:21 Singular Exp $
    33@comment this file contains the News about Singular versions
    44@comment Unix
     
    5454@item
    5555@nref{interred} implemented in a different way
     56@item
     57@nref{kbase} honors the attribute "isHomog"
    5658@item
    5759@nref{gcd} over algebraic extensions of the rationals implemented in a different way
Note: See TracChangeset for help on using the changeset viewer.