Changeset 0dee96 in git


Ignore:
Timestamp:
May 26, 1999, 3:14:33 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
42af82ee4c52c3eaa0d01f2aba5f6d65122bae48
Parents:
1598568cca6b50706674b0e35565a4c89bcfef83
Message:
* more output on option(prot)


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/standard.lib

    r1598568 r0dee96  
    1 // $Id: standard.lib,v 1.30 1999-05-19 11:28:55 Singular Exp $
     1// $Id: standard.lib,v 1.31 1999-05-26 13:14:33 obachman Exp $
    22//////////////////////////////////////////////////////////////////////////////
    33
    4 version="$Id: standard.lib,v 1.30 1999-05-19 11:28:55 Singular Exp $";
     4version="$Id: standard.lib,v 1.31 1999-05-26 13:14:33 obachman Exp $";
    55info="
    66LIBRARY: standard.lib   PROCEDURES WHICH ARE ALWAYS LOADED AT START-UP
     
    368368    if (!is_homog)
    369369    {
     370      if (p_opt)
     371      {
     372        "dehomogenization";
     373      }
    370374      qh = subst(qh, @t, 1);
    371375    }
     
    374378    setring P;
    375379    // get ideal, delete zeros and clean SB
     380    if (p_opt)
     381    {
     382      "imap to original ring";
     383    }
    376384    i = imap(Phelp1,qh);
     385    if (p_opt)
     386    {
     387      "simplification";
     388    }
    377389    i = simplify(i, 34);
    378390    kill Phelp1;
     
    383395  if (find(s_opt, "redSB") > 0)
    384396  {
     397    if (p_opt)
     398    {
     399      "interreduction";
     400    }
    385401    i=interred(i);
    386402  }
Note: See TracChangeset for help on using the changeset viewer.