Changeset 9afcc1 in git


Ignore:
Timestamp:
Nov 17, 2017, 3:06:14 PM (6 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
70c2695fca5f26d441fb0e50ef52416f3399d058
Parents:
836e8a0ecbe43d1d7cca6fa1bbad2ba2e273cbc69d1e2b112be719e96202370fc21d2e68e6cf6fdb
Message:
Merge branch 'stable' into testing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/fpadim.lib

    r836e8a0 r9afcc1  
    15041504  if (imIsUpRightTriangle(UG)) {
    15051505    UG = eliminateZerosUpTriangle(UG);
    1506     if (UG == 0) { // when the diagonal was zero
     1506    intmat empty[0][0];
     1507    if (UG == empty) { // when the diagonal was zero
    15071508      return (0)
    15081509    }
Note: See TracChangeset for help on using the changeset viewer.