Changeset 609334 in git for kernel/polys1.cc


Ignore:
Timestamp:
Feb 26, 2009, 12:14:16 PM (15 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3a852046e44ceaad99faf50863adfab42f049b2c
Parents:
61944d0a0689203f1f85c43b1610be266ec31371
Message:
*levandov: working on pContentRat


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

Legend:

Unmodified
Added
Removed
  • kernel/polys1.cc

    r61944d0 r609334  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: polys1.cc,v 1.32 2008-07-25 14:37:55 Singular Exp $ */
     4/* $Id: polys1.cc,v 1.33 2009-02-26 11:14:16 levandov Exp $ */
    55
    66/*
     
    2626#ifdef HAVE_FACTORY
    2727#include "clapsing.h"
     28#endif
     29
     30#ifdef HAVE_RATGRING
     31#include "ratgring.h"
    2832#endif
    2933
     
    10481052    }
    10491053    if (h!=NULL) nDelete(&h);
    1050     pContent(ph);
     1054 
     1055#ifdef HAVE_RATGRING
     1056    if (rIsRatGRing(currRing))
     1057    {
     1058      pContentRat(ph);
     1059    }
     1060    else
     1061#endif
     1062      pContent(ph);
    10511063  }
    10521064}
Note: See TracChangeset for help on using the changeset viewer.