Changeset 04cc5d in git


Ignore:
Timestamp:
Feb 1, 2024, 4:21:43 PM (3 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ac6a486a97ca7e4c987864384389b7c7b61e12f1
Parents:
ff05302c6a9c49aa0f2c34e7d0b9146f12ec8214
Message:
format
Location:
libpolys/polys
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/ring.cc

    rff0530 r04cc5d  
    55775577          break;
    55785578        }
    5579         default:
    5580         #if 0
     5579        default:
     5580        #if 0
    55815581        // not yet done:
    55825582        case ringorder_ls:
     
    55955595        case ringorder_L:
    55965596        case ringorder_unspec:
    5597         #endif
     5597        #endif
    55985598          Werror("order %s not (yet) supported", rSimpleOrdStr(src->order[i]));
    55995599          break;
  • libpolys/polys/simpleideals.cc

    rff0530 r04cc5d  
    216216      {
    217217        ide->m[j] = ide->m[k];
    218         ide->m[k] = NULL;
     218        ide->m[k] = NULL;
    219219      }
    220220    }
Note: See TracChangeset for help on using the changeset viewer.