Changeset f8936f in git


Ignore:
Timestamp:
Feb 15, 2008, 6:12:09 PM (16 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a8052e38caee753e26ebdc45c94dabda11bcbe2a
Parents:
cfce1fc1320639fd7b15b4a9f903521313fd0752
Message:
*levandov: freegb function in extended system


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

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    rcfce1fc rf8936f  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.262 2008-01-31 13:24:28 Singular Exp $ */
     4/* $Id: extra.cc,v 1.263 2008-02-15 17:12:09 levandov Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    18721872#include "mod_raw.h"
    18731873#include "ratgring.h"
     1874#include "shiftgb.h"
    18741875
    18751876static BOOLEAN jjEXTENDED_SYSTEM(leftv res, leftv h)
     
    26172618    else
    26182619#endif
     2620#ifdef HAVE_PLURAL
    26192621#ifdef HAVE_RATGRING
    26202622/*==================== RatNF, noncomm rational coeffs =================*/
     
    27042706    }
    27052707    else
    2706 #endif
    2707 #ifdef HAVE_PLURAL
     2708#endif // HAVE_RATGRING
    27082709/*==================== freeGB, twosided GB in free algebra =================*/
    27092710    if (strcmp(sys_cmd, "freegb") == 0)
     
    27262727      {
    27272728        lVblock=(int)((long)(h->Data()));
    2728         //      res->data = freegb(I,uptodeg,lVblock);
    2729         //      res->rtyp = IDEAL_CMD;
     2729        res->data = freegb(I,uptodeg,lVblock);
     2730        res->rtyp = IDEAL_CMD;
    27302731      }
    27312732      else return TRUE;
Note: See TracChangeset for help on using the changeset viewer.