Changeset 73c6d21 in git for Singular/extra.cc


Ignore:
Timestamp:
Jan 31, 2008, 2:24:28 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8e1c4e6b390f61262e5bb20f254ac6e6c5c1d8b1
Parents:
ac4b536b0a72f97abe4cff2c694b2f32028223bb
Message:
*hannes: HAVE_RATGRING


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

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    rac4b53 r73c6d21  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.261 2007-12-18 09:55:26 Singular Exp $ */
     4/* $Id: extra.cc,v 1.262 2008-01-31 13:24:28 Singular Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    26162616    }
    26172617    else
     2618#endif
     2619#ifdef HAVE_RATGRING
    26182620/*==================== RatNF, noncomm rational coeffs =================*/
    26192621    if (strcmp(sys_cmd, "intratNF") == 0)
     
    27022704    }
    27032705    else
     2706#endif
     2707#ifdef HAVE_PLURAL
    27042708/*==================== freeGB, twosided GB in free algebra =================*/
    27052709    if (strcmp(sys_cmd, "freegb") == 0)
Note: See TracChangeset for help on using the changeset viewer.