Changeset 261b90 in git
- Timestamp:
- May 20, 1998, 3:06:48 PM (25 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 70babd0b1fd12bba67ad354dbf6b262e9ceda30a
- Parents:
- b54ba612bda0aace46292568b7a60fd7f3cf67a1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/kutil.cc
rb54ba6 r261b90 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kutil.cc,v 1.2 1 1998-05-20 10:08:41 pfisterExp $ */4 /* $Id: kutil.cc,v 1.22 1998-05-20 13:06:48 obachman Exp $ */ 5 5 /* 6 6 * ABSTRACT: kernel: utils for kStd … … 3202 3202 if (toT) 3203 3203 { 3204 for (i= 1; i<=strat->sl; i++)3204 for (i=0; i<=strat->sl; i++) 3205 3205 { 3206 3206 if (((strat->fromQ==NULL) || (strat->fromQ[i]==0))
Note: See TracChangeset
for help on using the changeset viewer.