Changeset dbf609 in git for Singular/LIB/reszeta.lib


Ignore:
Timestamp:
Feb 5, 2015, 3:13:02 PM (9 years ago)
Author:
Stephan Oberfranz <oberfran@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
4052dce8271d3f66d409017a24c00744665f670a
Parents:
7023cea48460891d8d8145b55190cccabdc8074170bc378d051d27d991eb0d71f4a460fa0f1007b1
Message:
---
Merge branch 'spielwiese' of github.com:Singular/Sources into spielwiese
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/reszeta.lib

    r7023ce rdbf609  
    42654265             if(savedCent==1)
    42664266             {
    4267                vector otherComp;
    4268                otherComp[M[int(leadcoef(path[1,ncols(path)])),size(BO[4])-1]]
    4269                         =1;
     4267               vector otherComp=
     4268               gen(M[int(leadcoef(path[1,ncols(path)])),size(BO[4])-1]);
    42704269             }
    42714270             kill savedCent;
Note: See TracChangeset for help on using the changeset viewer.