Ignore:
Timestamp:
Sep 4, 2013, 10:53:18 AM (11 years ago)
Author:
Janko Boehm <boehm@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3068e8e0178befced3d9ba137e70107441635720
Parents:
7308ee1419e15b6c3ae8b41884eeb787c106e26e
Message:
minor changes with respect to ntDiff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/ext_fields/transext.cc

    r7308ee r0b8402  
    753753
    754754  fraction t = (fraction) d;
    755   if (IS0(d)) WerrorS("ringvar expected");
     755  if (IS0(d))
     756  {
     757    WerrorS("ringvar expected");
     758    return NULL;
     759  }
    756760  if (!DENIS1(t))
    757761  {
Note: See TracChangeset for help on using the changeset viewer.