Changeset e3b9bf in git


Ignore:
Timestamp:
Apr 10, 2009, 10:30:16 AM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
93217595e92501afce06f4d77bde8ddc4bb0328a
Parents:
46620c2ab47703665bb2d7d354aa1e465db426e4
Message:
*hannes: syntax fix


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/dmodapp.lib

    r46620c re3b9bf  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: dmodapp.lib,v 1.26 2009-04-09 12:04:41 seelisch Exp $";
     2version="$Id: dmodapp.lib,v 1.27 2009-04-10 08:30:16 Singular Exp $";
    33category="Noncommutative";
    44info="
     
    14121412"
    14131413{
    1414   if (varnum(s)==0)
     1414  if (varNum(s)==0)
    14151415  {
    14161416    ERROR("no such variable found in the basering"); return(0);
    14171417  }
    1418   poly x = var(varnum(s));
     1418  poly x = var(varNum(s));
    14191419  poly P = 1;
    14201420  int sl = size(L[1]);
Note: See TracChangeset for help on using the changeset viewer.