Changeset 08e119d in git for kernel/tgb.cc


Ignore:
Timestamp:
Jan 9, 2014, 1:14:54 AM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
8acd72dc572eb399da3bf3001abcc346a91e0a0a
Parents:
7ddcb2bda36848984bc2ae47b759ed070d799240
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-09 01:14:54+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-09 01:16:18+01:00
Message:
Removed duplicating template instantiation in kernel/

(which is already in Singular/claptmpl.cc)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/tgb.cc

    r7ddcb2 r08e119d  
    50485048}
    50495049
     5050#if 0
    50505051template int pos_helper<int, int*>(skStrategy*, spolyrec*, int, int*, spolyrec**);
    50515052template int pos_helper<long, long*>(skStrategy*, spolyrec*, long, long*, spolyrec**);
     
    51575158template void std::make_heap<CoefIdx<unsigned int>*>(CoefIdx<unsigned int>*, CoefIdx<unsigned int>*);
    51585159template void std::make_heap<CoefIdx<unsigned short>*>(CoefIdx<unsigned short>*, CoefIdx<unsigned short>*);
    5159 
     5160#endif
    51605161
    51615162#if 0
Note: See TracChangeset for help on using the changeset viewer.