Changeset 25778b in git


Ignore:
Timestamp:
Jan 13, 2009, 10:04:40 AM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
041cc4437735050394650a0a060d20e2ee0cd5f5
Parents:
5291efa0841a5e350b206d594961fc2ee630ef00
Message:
*hannes: syntax fix


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/teachstd.lib

    r5291ef r25778b  
    22//GMG, last modified 28.9.01
    33///////////////////////////////////////////////////////////////////////////////
    4 version="$Id: teachstd.lib,v 1.7 2009-01-09 15:19:26 motsak Exp $";
     4version="$Id: teachstd.lib,v 1.8 2009-01-13 09:04:40 Singular Exp $";
    55category="Teaching";
    66info="
     
    417417"
    418418{
    419   if( defined(@@@NOPC) && (@@@NOPC == 1) )
    420   {
    421     return(0);
    422   };
     419  if( defined(@@@NOPC) )
     420  {
     421    if( @@@NOPC == 1) { return(0); }
     422  }
    423423 
    424424  if(typeof(f)=="poly")    //product criterion for polynomials
Note: See TracChangeset for help on using the changeset viewer.