Changeset 0e5a3e in git for Singular/claptmpl.cc


Ignore:
Timestamp:
Nov 18, 2009, 3:12:50 PM (14 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
d1b6cc519b995304348ae07c8a484766256489bb
Parents:
d9a6917b7a111a27193ad7f5c53145b48dcaf51c
Message:
removed files to re-establish SINGULAR as it was;
files and new code will appear in new branches instead;

git-svn-id: file:///usr/local/Singular/svn/trunk@12294 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/claptmpl.cc

    rd9a691 r0e5a3e  
    256256template void noro_step<tgb_uint32>(poly*p,int &pn,slimgb_alg* c);
    257257//std::priority_queue<MonRedRes>
    258 //
    259 #ifdef HAVE_MINOR // new minor code
    260 #include <list>
    261 #include "Minor.h"
    262 #include "Cache.h"
    263 template class std::list<int>;
    264 template class std::list<MinorKey>;
    265 template class std::list<IntMinorValue>;
    266 template class std::list<PolyMinorValue>;
    267 template class Cache<MinorKey, IntMinorValue>;
    268 template class Cache<MinorKey, PolyMinorValue>;
    269 #endif // HAVE_MINOR
    270258#endif
    271259//template int pos_helper(kStrategy strat, poly p, int len, intset setL, polyset set);
Note: See TracChangeset for help on using the changeset viewer.