Changeset a4ceb4 in git


Ignore:
Timestamp:
Apr 26, 2005, 7:15:21 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
bc80a9d82c63066b897f69d21b4b613d17162dd2
Parents:
9599e01e37608832cfa8d03eb6bd7c7c7ff982ad
Message:
*hannes; avoid dimension -2


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

Legend:

Unmodified
Added
Removed
  • kernel/hdegree.cc

    r9599e0 ra4ceb4  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: hdegree.cc,v 1.4 2005-04-26 08:57:54 Singular Exp $ */
     4/* $Id: hdegree.cc,v 1.5 2005-04-26 17:15:21 Singular Exp $ */
    55/*
    66*  ABSTRACT -  dimension, multiplicity, HC, kbase
     
    798798  if (pOrdSgn == 1)
    799799  {
    800     if (di!=0)
     800    if (di>0)
    801801      Print("// dimension (proj.)  = %d\n// degree (proj.)   = %d\n", di-1, mu);
    802802    else
Note: See TracChangeset for help on using the changeset viewer.