Changeset 9eb0f9 in git for libpolys/coeffs/test.cc
- Timestamp:
- May 23, 2011, 8:10:02 PM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- b2366e1febbada8a1c36d078ca1dff3e839e9988
- Parents:
- 2f0314b588c9d83a52b5e2ded26f85edb4ea9593
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-23 20:10:02+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:49+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/test.cc
r2f0314 r9eb0f9 4 4 5 5 #include <reporter/reporter.h> 6 #include <resources/feResource.h> 6 7 7 8 #include <coeffs/coeffs.h> … … 17 18 #include <coeffs/rmodulo2m.h> 18 19 #include <coeffs/rintegers.h> 20 21 19 22 #ifdef HAVE_FACTORY 20 23 int initializeGMP(){ return 1; } … … 254 257 255 258 256 257 258 int main() 259 { 259 int main( int, char *argv[] ) 260 { 261 feInitResources(argv[0]); 262 263 StringSetS("ressources in use (as reported by feStringAppendResources(0):\n"); 264 feStringAppendResources(0); 265 PrintS(StringAppendS("\n")); 266 267 260 268 int c = 0; 261 269
Note: See TracChangeset
for help on using the changeset viewer.