Changeset 3ea5d2f in git for Singular/attrib.cc
- Timestamp:
- Mar 18, 2009, 5:35:54 PM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- ca371daac5696a1f6fdcee99b9318e2ed31316d1
- Parents:
- d92713daaf53064c41302f5ac677aa51908ff3c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/attrib.cc
rd92713 r3ea5d2f 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: attrib.cc,v 1.3 2 2009-02-20 09:27:45Singular Exp $ */4 /* $Id: attrib.cc,v 1.33 2009-03-18 16:35:54 Singular Exp $ */ 5 5 6 6 /* … … 322 322 { 323 323 res->rtyp=INT_CMD; 324 res->data=(void *)( ((ring)v->Data())->isLPring);324 res->data=(void *)(long)(((ring)v->Data())->isLPring); 325 325 } 326 326 #endif
Note: See TracChangeset
for help on using the changeset viewer.