Changeset ebee6c in git


Ignore:
Timestamp:
Feb 1, 2010, 12:04:48 PM (13 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
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.