Changeset ebee6c in git for Singular/claptmpl.cc


Ignore:
Timestamp:
Feb 1, 2010, 12:04:48 PM (14 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
b08f6fe53f62e7f6e8c565a99ac53165d4368747
Parents:
8361387586493cc88d13e1a0d60ee25bf4b70cb3
Message:
templates for new minor code

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

Legend:

Unmodified
Added
Removed
  • Singular/claptmpl.cc

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