Changeset d92d71 in git for factory/libfac/charset/algfactor.cc
- Timestamp:
- Dec 14, 2011, 5:19:14 PM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 67c1dcaf5b5069c5df300f7898cff740290bf5f1
- Parents:
- dcccebd9b733616f7e8c8d888299aa4c3073a094
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-12-14 17:19:14+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-06 21:09:33+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/libfac/charset/algfactor.cc
rdccceb rd92d71 24 24 #endif 25 25 26 #include "debug.h"26 #include <libfac/factor/debug.h> 27 27 #include "timing.h" 28 28 TIMING_DEFINE_PRINT(newfactoras_time); … … 73 73 # undef DEBUGOUTPUT 74 74 #endif 75 #include "debug.h"75 #include <libfac/factor/debug.h> 76 76 static CFList 77 77 charsetnA(const CFList & AS, const CFList &PS, PremForm & Remembern, const Variable & vf ){ … … 123 123 # undef DEBUGOUTPUT 124 124 #endif 125 #include "debug.h"125 #include <libfac/factor/debug.h> 126 126 // compute the GCD of f and g over the algebraic field having 127 127 // adjoing ascending set as
Note: See TracChangeset
for help on using the changeset viewer.