Changeset bcce2e in git for kernel/ring.cc


Ignore:
Timestamp:
Nov 17, 2005, 5:51:39 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
661ca5e45013d405078201863b39ac49e79fcfc0
Parents:
ee7dcf2ea641e5500caef257ea26c60168a192a3
Message:
*hannes: ring change sets also char for foctory


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

Legend:

Unmodified
Added
Removed
  • kernel/ring.cc

    ree7dcf rbcce2e  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ring.cc,v 1.42 2005-09-28 15:00:18 Singular Exp $ */
     4/* $Id: ring.cc,v 1.43 2005-11-17 16:51:39 Singular Exp $ */
    55
    66/*
     
    2929#include "matpol.h"
    3030#include "maps.h"
     31#endif
     32#ifdef HAVE_FACTORY
     33#include "factory.h"
    3134#endif
    3235
     
    102105    /*------------ global variables related to polys -------------------*/
    103106    pSetGlobals(r);
     107    /*------------ global variables related to factory -------------------*/
     108#ifdef HAVE_FACTORY
     109    int c=ABS(nGetChar());
     110    if (c==1) c=0;
     111    setCharacteristic( c );
     112#endif
    104113  }
    105114}
Note: See TracChangeset for help on using the changeset viewer.