Changeset a40080 in git for libpolys/polys/pDebug.cc
- Timestamp:
- Aug 25, 2011, 6:58:47 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/pDebug.cc
rdbcf787 ra40080 12 12 #ifndef PDEBUG_CC 13 13 #define PDEBUG_CC 14 14 15 #include <stdarg.h> 15 16 #include <stdio.h> … … 18 19 #include "config.h" 19 20 #include <misc/auxiliary.h> 21 22 20 23 #ifdef PDEBUG 21 24 … … 24 27 // #define PDEBUG 2 25 28 26 //#include <polys/monomials/p_polys.h>27 //#include <output.h>28 29 #include <omalloc/omalloc.h> 30 29 31 #include <polys/monomials/ring.h> 30 32 #include <polys/monomials/p_polys.h> 33 31 34 #include <coeffs/coeffs.h> 32 35
Note: See TracChangeset
for help on using the changeset viewer.