Changeset a77e2c in git for Singular/LIB/standard.lib


Ignore:
Timestamp:
Nov 24, 2000, 8:30:51 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
483a6d073ca6be3178039b976fc900816aaff6b5
Parents:
063298496e87a107e8e451ba9042077435d86b9b
Message:
* buckets for local case


git-svn-id: file:///usr/local/Singular/svn/trunk@4770 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/standard.lib

    r0632984 ra77e2c  
    1 // $Id: standard.lib,v 1.48 2000-05-12 12:17:18 krueger Exp $
     1// $Id: standard.lib,v 1.49 2000-11-24 19:30:51 obachman Exp $
    22//////////////////////////////////////////////////////////////////////////////
    33
    4 version="$Id: standard.lib,v 1.48 2000-05-12 12:17:18 krueger Exp $";
     4version="$Id: standard.lib,v 1.49 2000-11-24 19:30:51 obachman Exp $";
    55info="
    66LIBRARY: standard.lib   PROCEDURES WHICH ARE ALWAYS LOADED AT START-UP
     
    331331    "std in " + ri[13, size(ri) - 13];
    332332  }
    333   ideal qh1=std(qh);
    334   intvec hi=hilb(qh1,1);
     333  intvec hi=hilb(std(qh),1);
    335334
    336335  if (add_vars == 0)
Note: See TracChangeset for help on using the changeset viewer.