Changeset cc4d094 in git for Singular/claptmpl.cc


Ignore:
Timestamp:
Feb 8, 2007, 11:40:35 AM (17 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
f14cbcb38f34d4058c037ba2a746bd9ef43ea15a
Parents:
508937797961aad4ba379a8c5136675e42495d8a
Message:
-map


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

Legend:

Unmodified
Added
Removed
  • Singular/claptmpl.cc

    r508937 rcc4d094  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: claptmpl.cc,v 1.35 2007-02-07 12:40:06 bricken Exp $
     5// $Id: claptmpl.cc,v 1.36 2007-02-08 10:40:35 bricken Exp $
    66/*
    77* ABSTRACT - instantiation of all templates
     
    220220template int pos_helper(kStrategy strat, poly p, wlen_type len, wlen_set setL, polyset set);
    221221#ifdef NORO_CACHE
    222 template class std::map<PolySimple,std::pair<PolySimple,int> >;
     222//template class std::map<PolySimple,std::pair<PolySimple,int> >;
    223223template class std::vector<PolySimple>;
    224224#endif
Note: See TracChangeset for help on using the changeset viewer.