Changeset a8af6f0 in git
- Timestamp:
- Dec 9, 2014, 11:26:53 PM (9 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/schreyer.lib
r4c420e ra8af6f0 590 590 if( typeof( attrib(SSinit, "RINGCHANGE") ) == "int" ) 591 591 { 592 @RINGCHANGE = attrib(SSinit, " @RINGCHANGE");592 @RINGCHANGE = attrib(SSinit, "RINGCHANGE"); 593 593 } 594 594 … … 2552 2552 if( typeof( attrib(SSinit, "RINGCHANGE") ) == "int" ) 2553 2553 { 2554 @RINGCHANGE = attrib(SSinit, " @RINGCHANGE");2554 @RINGCHANGE = attrib(SSinit, "RINGCHANGE"); 2555 2555 } 2556 2556 … … 2601 2601 if( typeof( attrib(SSinit, "RINGCHANGE") ) == "int" ) 2602 2602 { 2603 @RINGCHANGE = attrib(SSinit, " @RINGCHANGE");2603 @RINGCHANGE = attrib(SSinit, "RINGCHANGE"); 2604 2604 } 2605 2605 int t,tt,sum;
Note: See TracChangeset
for help on using the changeset viewer.