Changeset c48e80 in git for factory/variable.cc


Ignore:
Timestamp:
Oct 28, 2009, 3:45:57 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f5d2963eec6952b42517b3865c98f0a7ddedae43
Parents:
cc051cf43fa6076737b5f7a6d4dc074ad8db1fbe
Message:
*lee: new gcd


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

Legend:

Unmodified
Added
Removed
  • factory/variable.cc

    rcc051cf rc48e80  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: variable.cc,v 1.8 2009-06-04 17:50:50 Singular Exp $ */
     2/* $Id: variable.cc,v 1.9 2009-10-28 14:43:38 Singular Exp $ */
    33
    44#include <config.h>
     
    225225}
    226226
     227/*void setMipo ( const Variable & alpha, const CanonicalForm & mipo)
     228{
     229    ASSERT( alpha.level() < 0 && alpha.level() != LEVELBASE, "illegal extension" );
     230    algextensions[-alpha.level()]= ext_entry((InternalPoly*)(conv2mipo( mipo, alpha ).getval()), true );
     231}*/
     232
    227233bool hasMipo( const Variable & alpha )
    228234{
Note: See TracChangeset for help on using the changeset viewer.