Changeset 5eb865 in git for kernel/kInline.cc
- Timestamp:
- Jun 9, 2009, 8:21:50 PM (14 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- e4be351ada16eebdaa1e48ce01115ffc5287dbd3
- Parents:
- b82abb0dc3349df20acd8231f648b8ff51bc61b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kInline.cc
rb82abb r5eb865 7 7 * Author: obachman (Olaf Bachmann) 8 8 * Created: 8/00 9 * Version: $Id: kInline.cc,v 1.1 5 2009-03-18 16:56:02Singular Exp $9 * Version: $Id: kInline.cc,v 1.16 2009-06-09 18:21:50 Singular Exp $ 10 10 *******************************************************************/ 11 11 #ifndef KINLINE_CC … … 1086 1086 } 1087 1087 1088 #ifdef HAVE_RINGS 1089 KINLINE poly redtailBba_Z (poly p,int pos,kStrategy strat) 1090 { 1091 LObject L(p, currRing, strat->tailRing); 1092 return redtailBba_Z(&L, pos, strat); 1093 } 1094 #endif 1095 1088 1096 KINLINE poly redtailBba(TObject *T, int pos,kStrategy strat) 1089 1097 {
Note: See TracChangeset
for help on using the changeset viewer.