Changeset 690e21e in git for kernel/polys.cc


Ignore:
Timestamp:
Jan 27, 2010, 7:17:56 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
210bd9653b629172ad9e359805bf1651153f6120
Parents:
a4875334edd65075db8edd5f072597fac0983b5f
Message:
moved option marcos to options.h

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

Legend:

Unmodified
Added
Removed
  • kernel/polys.cc

    ra48753 r690e21e  
    1313#include <ctype.h>
    1414#include "mod2.h"
    15 #include "structs.h"
     15#include "options.h"
    1616#include "omalloc.h"
    1717#include "febase.h"
     
    281281}
    282282
     283BOOLEAN _p_Test(poly p, ring r, int level);
    283284poly pmInit(const char *st, BOOLEAN &ok)
    284285{
     
    295296    return NULL;
    296297  }
     298  #ifdef PDEBUG
     299  _p_Test(p,currRing,PDEBUG);
     300  #endif
    297301  ok=!errorreported;
    298302  return p;
Note: See TracChangeset for help on using the changeset viewer.