Changeset f29f30 in git


Ignore:
Timestamp:
Nov 24, 1999, 3:02:17 PM (24 years ago)
Author:
Tim Wichmann <wichmann@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
bae1926444bd5d1586f1e3b7216e5adee74e6037
Parents:
d0189606a787f5eb181347d0cd90254867460021
Message:
* Added support for fglmquot(ideal, poly)


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

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    rd01896 rf29f30  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iparith.cc,v 1.187 1999-11-17 18:22:54 Singular Exp $ */
     4/* $Id: iparith.cc,v 1.188 1999-11-24 14:02:17 wichmann Exp $ */
    55
    66/*
     
    168168  { "fetch",       0, FETCH_CMD ,         CMD_2},
    169169  { "fglm",        0, FGLM_CMD ,          CMD_2},
     170  { "fglmquot",    0, FGLMQUOT_CMD,       CMD_2},
    170171  { "find",        0, FIND_CMD ,          CMD_23},
    171172  { "finduni",     0, FINDUNI_CMD,        CMD_1},
     
    22182219,{fglmProc,    FGLM_CMD,       IDEAL_CMD,      RING_CMD,   DEF_CMD PROFILER}
    22192220,{fglmProc,    FGLM_CMD,       IDEAL_CMD,      QRING_CMD,  DEF_CMD PROFILER}
     2221,{fglmQuotProc,FGLMQUOT_CMD,   IDEAL_CMD,      IDEAL_CMD,  POLY_CMD PROFILER}
    22202222#else
    22212223,{jjWRONG2,    FGLM_CMD,       IDEAL_CMD,      RING_CMD,   DEF_CMD PROFILER}
    22222224,{jjWRONG2,    FGLM_CMD,       IDEAL_CMD,      QRING_CMD,  DEF_CMD PROFILER}
     2225,{jjWRONG2,    FGLMQUOT_CMD,   IDEAL_CMD,      POLY_CMD,   IDEAL_CMD PROFILER}
    22232226#endif
    22242227,{jjFIND2,     FIND_CMD,       INT_CMD,        STRING_CMD, STRING_CMD PROFILER}
Note: See TracChangeset for help on using the changeset viewer.