Changeset 1e1ec4 in git for Singular/LIB/sheafcoh.lib


Ignore:
Timestamp:
Jan 4, 2013, 5:54:18 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
42ea852aa2e1e683808b1ac3305dda96677af761
Parents:
8f296a6216092a84f1ebb509dbcda5fe428004f7
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-01-04 17:54:18+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-01-15 20:41:56+01:00
Message:
Updated LIBs according to master

add: new LIBs from master
fix: updated LIBs due to minpoly/(de)numerator changes
fix: -> $Id$
fix: Fixing wrong rebase of SW on master (LIBs)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/sheafcoh.lib

    r8f296a r1e1ec4  
    543543  def AR = Exterior();
    544544  setring AR;
     545  intvec saveopt=option(get);
    545546  option(redSB);
    546547  option(redTail);
     
    587588  }
    588589  displayCohom(newBetti,l,h,n);
     590  option(set,saveopt);
    589591  setring R;
    590592  return(newBetti);
    591   option(noredSB);
    592   option(noredTail);
    593593}
    594594example
Note: See TracChangeset for help on using the changeset viewer.