Changeset a8af6f0 in git


Ignore:
Timestamp:
Dec 9, 2014, 11:26:53 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
Children:
96b5cde0a95fb57bfcc2089d3ecdfdbf494895d2
Parents:
4c420e51679d6e2cc69886b429bc333c26cc4994
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-12-09 23:26:53+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-12-09 23:35:30+01:00
Message:
Fix wrong RINGCHANGE attribute reading
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/schreyer.lib

    r4c420e ra8af6f0  
    590590  if( typeof( attrib(SSinit, "RINGCHANGE") ) == "int" )
    591591  {
    592     @RINGCHANGE = attrib(SSinit, "@RINGCHANGE");
     592    @RINGCHANGE = attrib(SSinit, "RINGCHANGE");
    593593  }
    594594
     
    25522552  if( typeof( attrib(SSinit, "RINGCHANGE") ) == "int" )
    25532553  {
    2554     @RINGCHANGE = attrib(SSinit, "@RINGCHANGE");
     2554    @RINGCHANGE = attrib(SSinit, "RINGCHANGE");
    25552555  }
    25562556 
     
    26012601  if( typeof( attrib(SSinit, "RINGCHANGE") ) == "int" )
    26022602  {
    2603     @RINGCHANGE = attrib(SSinit, "@RINGCHANGE");
     2603    @RINGCHANGE = attrib(SSinit, "RINGCHANGE");
    26042604  }
    26052605  int t,tt,sum;
Note: See TracChangeset for help on using the changeset viewer.