Changeset f2b5bfa in git


Ignore:
Timestamp:
Feb 13, 2007, 3:19:23 PM (17 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b749b94b74af2dec09d933009b2923e7b78f89ef
Parents:
0cde12ea9e4e09d71c31b86af94f7bdf40d897ce
Message:
*bricken: adjusted to new NORO_CACHE procs


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

Legend:

Unmodified
Added
Removed
  • Singular/claptmpl.cc

    r0cde12 rf2b5bfa  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: claptmpl.cc,v 1.36 2007-02-08 10:40:35 bricken Exp $
     5// $Id: claptmpl.cc,v 1.37 2007-02-13 14:19:23 bricken Exp $
    66/*
    77* ABSTRACT - instantiation of all templates
     
    221221#ifdef NORO_CACHE
    222222//template class std::map<PolySimple,std::pair<PolySimple,int> >;
     223#include <queue>
    223224template class std::vector<PolySimple>;
     225template class std::priority_queue<MonRedRes>;
     226template class std::vector<NoroPlaceHolder>;
     227template class std::vector<std::vector<NoroPlaceHolder> >;
     228template class std::vector<DataNoroCacheNode*>;
     229//std::priority_queue<MonRedRes>
    224230#endif
    225231//template int pos_helper(kStrategy strat, poly p, int len, intset setL, polyset set);
Note: See TracChangeset for help on using the changeset viewer.