Changeset 08e119d in git for Singular/claptmpl.cc
- Timestamp:
- Jan 9, 2014, 1:14:54 AM (10 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/claptmpl.cc
r7ddcb2 r08e119d 19 19 20 20 // templates for fglm: 21 22 21 template class List<fglmSelem>; 22 template class ListItem<fglmSelem>; 23 23 template class ListIterator<fglmSelem>; 24 25 24 template class List<fglmDelem>; 25 template class ListItem<fglmDelem>; 26 26 template class ListIterator<fglmDelem>; 27 27 … … 45 45 #include <kernel/kmatrix.h> 46 46 47 template classKMatrix<Rational>;47 template class KMatrix<Rational>; 48 48 49 49 #ifdef KMATRIX_PRINT
Note: See TracChangeset
for help on using the changeset viewer.