Changeset a40080 in git for libpolys/polys/pDebug.cc


Ignore:
Timestamp:
Aug 25, 2011, 6:58:47 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
4a4e294c1281857cdf5d91f50cfa1c1f222226b1
Parents:
dbcf787c5d91a92e37ade8d0ac59dc712be5c207
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-25 18:58:47+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:30+01:00
Message:
CHG: minor changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/pDebug.cc

    rdbcf787 ra40080  
    1212#ifndef PDEBUG_CC
    1313#define PDEBUG_CC
     14
    1415#include <stdarg.h>
    1516#include <stdio.h>
     
    1819#include "config.h"
    1920#include <misc/auxiliary.h>
     21
     22
    2023#ifdef PDEBUG
    2124
     
    2427// #define PDEBUG 2
    2528
    26 //#include <polys/monomials/p_polys.h>
    27 //#include <output.h>
    2829#include <omalloc/omalloc.h>
     30
    2931#include <polys/monomials/ring.h>
    3032#include <polys/monomials/p_polys.h>
     33
    3134#include <coeffs/coeffs.h>
    3235
Note: See TracChangeset for help on using the changeset viewer.