Changeset f478f5b in git for kernel/tgb.cc
- Timestamp:
- Jul 19, 2011, 5:43:11 PM (12 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- f0a8c590c5ba49e8fbdeae1fedd1d5686c1ac135
- Parents:
- c6e80e954fd691ab249fd985e35fbd2b62c04260
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-19 17:43:11+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:52:42+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/tgb.cc
rc6e80e rf478f5b 16 16 ///@TODO: no tail reductions in syz comp 17 17 #include <kernel/mod2.h> 18 #include <misc/options.h>19 18 #include <kernel/tgb.h> 20 19 #include <kernel/tgb_internal.h> 21 20 #include <kernel/tgbgauss.h> 22 21 22 #include <misc/options.h> 23 23 #include <kernel/digitech.h> 24 24 #include <polys/nc/nc.h> … … 26 26 #include <polys/prCopy.h> 27 27 #include <kernel/longrat.h> 28 #include < kernel/modulop.h>28 #include <coeffs/modulop.h> 29 29 #include <stdlib.h> 30 30 #include <stdio.h>
Note: See TracChangeset
for help on using the changeset viewer.