Changeset 521349 in git for Singular/extra.cc


Ignore:
Timestamp:
Jul 7, 2008, 3:18:57 PM (15 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
b547dc098c643d2e47143c81e0a51e711b5b10ff
Parents:
d351d85cc90334b89306247371fbd1761ed311b7
Message:
pNorm nicht für Ringe


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

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    rd351d8 r521349  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.273 2008-06-27 08:15:37 Singular Exp $ */
     4/* $Id: extra.cc,v 1.274 2008-07-07 13:18:56 wienand Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    23742374    }
    23752375    else
     2376#ifdef HAVE_VANIDEAL
    23762377/*==================== Creating zero polynomials =================*/
    23772378    if (strcmp(sys_cmd, "createG0")==0)
     
    23982399    }
    23992400    else
     2401#endif
    24002402    if (strcmp(sys_cmd, "redNF_ring")==0)
    24012403    {
Note: See TracChangeset for help on using the changeset viewer.