Changeset c513741 in git for Singular


Ignore:
Timestamp:
May 4, 2015, 12:15:39 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
0338ae9518cd9b5a79eb37091b827be7fea30910
Parents:
5284997bf8b76f12abd37de6dddbeed9653b6db3
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2015-05-04 12:15:39+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2015-05-04 13:20:17+02:00
Message:
fix: tr. #709
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/primdec.lib

    r528499 rc513741  
    13781378  for(i=1;i<=size(L);i++)
    13791379  {
    1380     L[i]=eliminate(L[i]+ideal(pp),a);
     1380    L[i]=eliminate(L[i]+ideal(pp),@a);
    13811381  }
    13821382  i=0;
Note: See TracChangeset for help on using the changeset viewer.