Changeset 65eb96f in git for Singular/LIB/dmod.lib


Ignore:
Timestamp:
Nov 11, 2011, 5:52:53 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9875202a2c72496bbc39676b4ca272ba4da36c09
Parents:
e6c3d1d6650b98221c24b2534d58726bcbded950
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-11-11 17:52:53+01:00
git-committer:
Martin Lee <martinlee84@web.de>2013-01-18 16:15:04+01:00
Message:
fix #383

leads to changes in
dmod.lib,finvar.lib,involut.lib,primdec.lib,sheafcoh.lib
still to be fixed: modstd.lib,primitiv.lib,hnoether.lib,zeroset.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/dmod.lib

    re6c3d1 r65eb96f  
    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.