Changeset 9918fd in git


Ignore:
Timestamp:
Jun 13, 2009, 4:59:31 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
7fee4f656baef61af7a00ccc2bf2771e33e20968
Parents:
57fad3aaa5fb2586543e64b71773d3610548688a
Message:
hannes: syz-strat-test


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

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r57fad3a r9918fd  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.304 2009-06-13 14:38:23 Singular Exp $ */
     4/* $Id: extra.cc,v 1.305 2009-06-13 14:59:31 Singular Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    18181818       int posInT_EcartFDegpLength(const TSet set,const int length,LObject &p);
    18191819       int posInT_FDegpLength(const TSet set,const int length,LObject &p);
     1820       int posInT_pLength(const TSet set,const int length,LObject &p);
    18201821       int posInT0(const TSet set,const int length,LObject &p);
    18211822       int posInT1(const TSet set,const int length,LObject &p);
     
    18351836         else if (strcmp(s,"posInT_FDegpLength")==0)
    18361837           test_PosInT=posInT_FDegpLength;
     1838         else if (strcmp(s,"posInT_pLength")==0)
     1839           test_PosInT=posInT_pLength;
    18371840         else if (strcmp(s,"posInT0")==0)
    18381841           test_PosInT=posInT0;
Note: See TracChangeset for help on using the changeset viewer.