Changeset f5d749 in git for Singular/pInline1.h
- Timestamp:
- Dec 5, 2000, 2:01:11 PM (23 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- e6243c52793c81123253d462d4029d506b6c7456
- Parents:
- 9f9b9a1a665602bf82b5e271e8cc596d26f25203
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/pInline1.h
r9f9b9a1 rf5d749 7 7 * Author: obachman (Olaf Bachmann) 8 8 * Created: 8/00 9 * Version: $Id: pInline1.h,v 1.1 3 2000-11-03 14:50:19obachman Exp $9 * Version: $Id: pInline1.h,v 1.14 2000-12-05 13:01:11 obachman Exp $ 10 10 *******************************************************************/ 11 11 #ifndef PINLINE1_H … … 99 99 omTypeAlloc0Bin(poly, p, bin); 100 100 p_MemAdd_NegWeightAdjust(p, r); 101 p_SetRingOf Poly(p, r);101 p_SetRingOfLm(p, r); 102 102 return p; 103 103 } … … 112 112 poly np; 113 113 omTypeAllocBin(poly, np, r->PolyBin); 114 p_SetRingOf Poly(np, r);114 p_SetRingOfLm(np, r); 115 115 p_ExpVectorCopy(np, p, r); 116 116 _pNext(np) = NULL; … … 146 146 poly np; 147 147 omTypeAllocBin(poly, np, r->PolyBin); 148 p_SetRingOf Poly(np, r);148 p_SetRingOfLm(np, r); 149 149 p_ExpVectorCopy(np, p, r); 150 150 _pNext(np) = NULL;
Note: See TracChangeset
for help on using the changeset viewer.