Changeset b0d3903 in git for Singular/claptmpl.cc


Ignore:
Timestamp:
Sep 17, 2009, 12:27:37 PM (15 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
781efb3cc0d623f637f1f685201321e33f76479b
Parents:
f27faea2f43b620270775371aaac8a515a32509d
Message:
changes for incorporation of test code (minors and C++ wrappers)


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

Legend:

Unmodified
Added
Removed
  • Singular/claptmpl.cc

    rf27faea rb0d3903  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: claptmpl.cc,v 1.45 2009-08-14 11:15:34 Singular Exp $
     5// $Id: claptmpl.cc,v 1.46 2009-09-17 10:27:36 seelisch Exp $
    66/*
    77* ABSTRACT - instantiation of all templates
     
    256256template void noro_step<tgb_uint32>(poly*p,int &pn,slimgb_alg* c);
    257257//std::priority_queue<MonRedRes>
     258//
     259// begin of template declarations for minor code (Frank Seelisch)
     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<LongMinorValue>;
     266template class std::list<PolyMinorValue>;
     267template class Cache<MinorKey, LongMinorValue>;
     268template class Cache<MinorKey, PolyMinorValue>;
     269// end of template declarations for minor code (Frank Seelisch)
    258270#endif
    259271//template int pos_helper(kStrategy strat, poly p, int len, intset setL, polyset set);
Note: See TracChangeset for help on using the changeset viewer.