Changeset 5b32a1 in git for Singular/LIB/dmod.lib


Ignore:
Timestamp:
Jan 18, 2013, 6:45:36 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
1f1fb0ae2d0228deb0e78489ca037165df05672b
Parents:
95c8260b23a2326800f3f5fa9092330787e39d7a271d25946dbb409d16650bb1ecdffccf0c03594e
Message:
Merge branch 'spielwiese' into sw_fix

* spielwiese:
  fix: warning for option changes does not work for libsingular

Conflicts:
	Singular/iplib.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/dmod.lib

    r271d25 r5b32a1  
    17211721  dbprint(ppl-1, @R4);
    17221722  ideal K4 = imap(@R2,K2);
     1723  intvec saveopt=option(get);
    17231724  option(redSB);
    17241725  dbprint(ppl,"// -3-2- the final cosmetic std");
     
    17311732  ideal LD = K4;
    17321733  export LD;
     1734  option(set,saveopt);
    17331735  return(@R4);
    17341736}
Note: See TracChangeset for help on using the changeset viewer.