Changeset 7308ee in git
- Timestamp:
- Sep 3, 2013, 7:16:16 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 0b8402984cde399f7cfc35b9e16b563913f207e1
- Parents:
- fde4e42d36b6b8f24447bcbe2975e9d91dd95f13
- git-author:
- Janko Boehm <boehm@mathematik.uni-kl.de>2013-09-03 19:16:16+02:00
- git-committer:
- Janko Boehm <boehm@mathematik.uni-kl.de>2013-09-03 19:36:12+02:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
rfde4e4 r7308ee 4370 4370 static BOOLEAN jjDIFF_COEF(leftv res, leftv u, leftv v) 4371 4371 { 4372 if ( currRing->cf->type!=n_transExt)4372 if (!nCoeff_is_transExt(currRing->cf)) 4373 4373 { 4374 4374 WerrorS("differentiation not defined in the coefficient ring"); -
libpolys/polys/ext_fields/transext.cc
rfde4e4 r7308ee 753 753 754 754 fraction t = (fraction) d; 755 if (IS0(d)) WerrorS("ringvar expected"); 755 756 if (!DENIS1(t)) 756 757 {
Note: See TracChangeset
for help on using the changeset viewer.