Changeset 0b51f6a in git
- Timestamp:
- Mar 19, 2015, 5:31:40 PM (8 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c18334b998a8adbf0013b8e1ce0824774019443e')
- Children:
- a1f17b131580d452e2dd4eb968e9f40059d10503
- Parents:
- eadb3ce0e2ca4c1be51e92f26cdcad48a30898d3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
readb3ce r0b51f6a 1095 1095 if (iiCheckTypes(h,t,1)) 1096 1096 { 1097 poly p=(poly)h-> CopyD();1097 poly p=(poly)h->Data(); 1098 1098 h=h->next; 1099 1099 int lV=(int)((long)(h->Data())); -
kernel/GBEngine/shiftgb.cc
readb3ce r0b51f6a 171 171 } 172 172 /* delete pp? */ 173 p_Delete(&p,currRing); 173 174 /* int version: returns TRUE if it was successful */ 174 175 return(q);
Note: See TracChangeset
for help on using the changeset viewer.