Changeset 4abea21 in git for Singular/extra.cc


Ignore:
Timestamp:
Feb 2, 2001, 12:32:27 PM (23 years ago)
Author:
Mathias Schulze <mschulze@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
6966d6531f597dade2f5063e078d27fddc1c56d4
Parents:
aef4fab85f62bb2b4cea015b901a31ba8044a114
Message:
*mschulze: replaced rednf by units


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

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    raef4fa r4abea21  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.155 2001-02-01 21:19:53 obachman Exp $ */
     4/* $Id: extra.cc,v 1.156 2001-02-02 11:32:15 mschulze Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    8686#include "silink.h"
    8787#include "walk.h"
    88 
    89 #ifdef HAVE_RDNF
    90 #include "rednf.h"
    91 #endif
    9288
    9389/*
     
    504500    else
    505501#endif
    506 #ifdef HAVE_REDNF
    507 /*==================== rednf ==================================*/
     502#ifdef HAVE_UNITS
     503/*==================== units ==================================*/
    508504    if(strcmp(sys_cmd,"invunit")==0)
    509505    {
     
    511507    }
    512508    else
    513     if(strcmp(sys_cmd,"expand")==0)
    514     {
    515       return expand(res,h);
     509    if(strcmp(sys_cmd,"series")==0)
     510    {
     511      return series(res,h);
    516512    }
    517513    else
Note: See TracChangeset for help on using the changeset viewer.