Changeset f449e4f in git for Singular


Ignore:
Timestamp:
Feb 22, 2013, 1:35:02 PM (11 years ago)
Author:
Janko Boehm <boehm@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
892dd80edda39f846824ca997ef834ad6d19f748
Parents:
f3e4382611aa3a9c791def3cc8c6e1a404dbb200
git-author:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-02-22 13:35:02+01:00
git-committer:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-02-22 13:35:52+01:00
Message:
Fix for option bug in standard.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/standard.lib

    rf3e438 rf449e4f  
    892892  if (charstr(basering)[1]=="i") // either integer or integer,q
    893893  {
    894     if (find(s_opt, option()))  { "calling std for ideals in ring with ring coefficients"; }
     894    if (find(option(),"prot"))  { "calling std for ideals in ring with ring coefficients"; }
    895895    return (std(i));
    896896  }
Note: See TracChangeset for help on using the changeset viewer.