Changeset 06bfde in git for kernel/kInline.h


Ignore:
Timestamp:
Nov 12, 2013, 5:45:27 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
dc6101de1ada54c26b3044f5673349d888c0a2a9
Parents:
e7c7bf9470ef729915aae953a59ad61b6978f098
Message:
fix: avoid setting comp if not neeeded (maybe a ring without comps)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kInline.h

    re7c7bf r06bfde  
    10311031      s = e1;
    10321032    }
    1033     else
     1033    else if (x<0)
    10341034    {
    10351035      p_SetExp(m1,i,-x, tailRing);
     
    10371037      s = e2;
    10381038    }
     1039    else
     1040      s = 0;
    10391041    p_SetExp(lcm,i,s, leadRing);
    10401042  }
Note: See TracChangeset for help on using the changeset viewer.