Changeset 2c0350 in git


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


git-svn-id: file:///usr/local/Singular/svn/trunk@11290 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular/LIB
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/bfct.lib

    r223636 r2c0350  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: bfct.lib,v 1.8 2008-12-23 21:39:31 levandov Exp $";
     2version="$Id: bfct.lib,v 1.9 2009-01-07 16:11:35 Singular Exp $";
    33category="Noncommutative";
    44info="
  • Singular/LIB/discretize.lib

    r223636 r2c0350  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: discretize.lib,v 1.3 2008-08-07 18:29:40 levandov Exp $";
     2version="$Id: discretize.lib,v 1.4 2009-01-07 16:11:35 Singular Exp $";
    33category="Applications";
    44info="
  • Singular/LIB/dmodapp.lib

    r223636 r2c0350  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: dmodapp.lib,v 1.13 2008-12-23 21:39:31 levandov Exp $";
     2version="$Id: dmodapp.lib,v 1.14 2009-01-07 16:11:35 Singular Exp $";
    33category="Noncommutative";
    44info="
  • Singular/LIB/findifs.lib

    r223636 r2c0350  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: findifs.lib,v 1.2 2008-12-03 17:40:23 motsak Exp $";
     2version="$Id: findifs.lib,v 1.3 2009-01-07 16:11:35 Singular Exp $";
    33category="Applications";
    44info="
  • 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.
  • Singular/LIB/jacobson.lib

    r223636 r2c0350  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: jacobson.lib,v 1.6 2008-12-22 21:45:09 levandov Exp $";
     2version="$Id: jacobson.lib,v 1.7 2009-01-07 16:11:37 Singular Exp $";
    33category="System and Control Theory";
    44info="
Note: See TracChangeset for help on using the changeset viewer.