Changeset 6981f1 in git for factory/canonicalform.cc


Ignore:
Timestamp:
Jul 1, 2008, 4:17:49 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
598ff8b03de352acfb434d3fd27c57503d22f3b5
Parents:
55791232a364e2ee277bdf512c9c06ee8e491b57
Message:
*hannes: power for alg. var


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

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.cc

    r557912 r6981f1  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: canonicalform.cc,v 1.44 2008-07-01 13:50:03 Singular Exp $ */
     2/* $Id: canonicalform.cc,v 1.45 2008-07-01 14:17:49 Singular Exp $ */
    33
    44#include <config.h>
     
    17481748    else  if ( n == 1 )
    17491749        return v;
    1750     else  if (( v.level() < 0 ) && (!getMipo(v).isZero()))
     1750    else  if (( v.level() < 0 ) && (hasMipo(v)))
    17511751    {
    17521752        CanonicalForm result( v, n-1 );
Note: See TracChangeset for help on using the changeset viewer.