Changeset 5c2c4f in git
- Timestamp:
- Jul 30, 1998, 7:50:45 PM (25 years ago)
- Branches:
- (u'spielwiese', '2fa36c576e6a4ddbb1093b43c7f8e9835e17e52a')
- Children:
- 564067c7ad8ba9c901a7d4d2059f976e1029afb2
- Parents:
- a4f36b9f851665f918fa9a66c19f8ab3a441dcdd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/kutil.cc
ra4f36b9 r5c2c4f 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kutil.cc,v 1.2 7 1998-07-30 12:46:18Singular Exp $ */4 /* $Id: kutil.cc,v 1.28 1998-07-30 17:50:45 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: kernel: utils for kStd … … 2922 2922 { 2923 2923 h.p=redBba(h.p,strat->sl,strat); 2924 h.p=redtailBba(h.p,strat->sl,strat); 2924 if (h.p!=NULL) 2925 h.p=redtailBba(h.p,strat->sl,strat); 2925 2926 } 2926 2927 else
Note: See TracChangeset
for help on using the changeset viewer.