Changeset c27111a in git


Ignore:
Timestamp:
Oct 1, 2008, 4:20:22 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
Children:
e9fdf62fe3498dea063e83aeb0033b227a0b08c7
Parents:
7f6d93b27c18dc27c4e87ece7a00f6d80382d608
Message:
*hannes: 7bit clean


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/triang.lib

    r7f6d93 rc27111a  
    11//last change: 13.02.2001 (Eric Westenberger)
    22//////////////////////////////////////////////////////////////////////////////
    3 version="$Id: triang.lib,v 1.11 2006-12-06 18:18:48 Singular Exp $";
     3version="$Id: triang.lib,v 1.12 2008-10-01 14:20:22 Singular Exp $";
    44category="Symbolic-numerical solving";
    55info="
     
    3939    if (attrib(G,"isSB") <> 1)
    4040    {
    41         ERROR("   ? Error: The input is no groebner basis.");
     41        ERROR("The input is no groebner basis.");
    4242    }
    4343    else
     
    4545        if (dim(G) <> 0)
    4646        {
    47             ERROR("   ? Error: ideal is not zero-dimensional.");
     47            ERROR("ideal is not zero-dimensional.");
    4848        }
    4949    }
     
    212212    if (attrib(G,"isSB") <> 1)
    213213    {
    214         ERROR("   ? Error: The input is no groebner basis.");
     214        ERROR("The input is no groebner basis.");
    215215    }
    216216    else
     
    218218        if (dim(G) <> 0)
    219219        {
    220             ERROR("   ? Error: ideal is not zero-dimensional.");
     220            ERROR("ideal is not zero-dimensional.");
    221221        }
    222222    }
     
    639639    if (attrib(G,"isSB") <> 1)
    640640    {
    641         ERROR("   ? Error: The input is no groebner basis.");
     641        ERROR("The input is no groebner basis.");
    642642    }
    643643
     
    773773            if (k > 1)
    774774            {
    775                   dbprint(string(timer)+" S"+s+"L"+string(m-l-k)+": Lex. GB von (H + lc) berechnen, n„chsten lc reduzieren.");
     775                  dbprint(string(timer)+" S"+s+"L"+string(m-l-k)+": Lex. GB von (H + lc) berechnen, naechsten lc reduzieren.");
    776776                H = std(H + lcr); // Wg. reduce(...,H) oben notwendig.
    777777            }
     
    779779        else
    780780        {
    781               dbprint(string(timer)+" S"+s+"L"+string(m-l-k)+": Leere Variet„t.");
     781              dbprint(string(timer)+" S"+s+"L"+string(m-l-k)+": Leere Varietaet.");
    782782        }
    783783    }
     
    820820    if (attrib(G,"isSB") <> 1)
    821821    {
    822         ERROR("   ? Error: The input is no groebner basis.");
     822        ERROR("The input is no groebner basis.");
    823823    }
    824824    if(npars(basering)<>0)
     
    968968            else
    969969            {
    970                   dbprint(string(timer)+" S"+s+"L"+string(m-l-k)+": Leere Variet„t (G2 == (1)).");
     970                  dbprint(string(timer)+" S"+s+"L"+string(m-l-k)+": Leere Varietaet (G2 == (1)).");
    971971            }
    972972            if (k > 1)
    973973            {
    974                   dbprint(string(timer)+" S"+s+"L"+string(m-l-k)+": Lex. GB von (H + lc) berechnen, n„chsten lc reduzieren.");
     974                  dbprint(string(timer)+" S"+s+"L"+string(m-l-k)+": Lex. GB von (H + lc) berechnen, naechsten lc reduzieren.");
    975975                H = std(H + lcr); // wegen reduce(...,H) oben
    976976            }
     
    978978        else
    979979        {
    980               dbprint(string(timer)+" S"+s+"L"+string(m-l-k)+": Leere Variet„t (lcr == 0).");
     980              dbprint(string(timer)+" S"+s+"L"+string(m-l-k)+": Leere Varietaet (lcr == 0).");
    981981        }
    982982    }
Note: See TracChangeset for help on using the changeset viewer.