Changeset 4583dbd in git


Ignore:
Timestamp:
Apr 15, 2014, 3:35:13 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
021afec5491952f57d67b895f5c9e1b378bb032f
Parents:
585b2e4e7e78cf72b3199384e1f97975410a31e7
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-04-15 15:35:13+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-04-15 18:20:37+02:00
Message:
opt: handling currRing in return stmt
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r585b2e4 r4583dbd  
    390390    if (currRingHdl==NULL)
    391391      currRing=NULL;
    392     else
     392    else if(cr!=currRing)
    393393      rChangeCurrRing(cr);
    394394  }
Note: See TracChangeset for help on using the changeset viewer.