Changeset 2c0350 in git for Singular/LIB/finvar.lib


Ignore:
Timestamp:
Jan 7, 2009, 5:14:13 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e9f8415e5219b966ddd67786b0fdd3da19c97aa5
Parents:
22363683fdec564addb5e0a23a80e699227b0e5a
Message:
*hannes: format


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/finvar.lib

    r223636 r2c0350  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: finvar.lib,v 1.79 2008-11-13 10:50:17 Singular Exp $"
     2version="$Id: finvar.lib,v 1.80 2009-01-07 16:11:36 Singular Exp $"
    33category="Invariant theory";
    44info="
     
    68566856  int Max = vdim(sP);
    68576857  if (Max<0)
    6858   { "ERROR:   The first parameter ought to be a matrix of primary invariants.";
    6859     return();
     6858  { ERROR("The first parameter ought to be a matrix of primary invariants.");
    68606859  }
    68616860  ideal sIS = sP;   // sIS will be a Groebner basis up to degree d of P+irred. sec. inv.
Note: See TracChangeset for help on using the changeset viewer.