Changeset 75395b in git


Ignore:
Timestamp:
Jan 29, 2009, 3:08:01 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
13e74c6f235d10ce61e1c7e3a2eb3ec69cca9c7e
Parents:
ca41c348440e7c6d985f6aefddf5840eddd132c5
Message:
*hannes: syntax fix


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

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    rca41c34 r75395b  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.287 2009-01-29 10:12:19 monerjan Exp $ */
     4/* $Id: extra.cc,v 1.288 2009-01-29 14:08:01 Singular Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    30673067if (strcmp(sys_cmd,"gfan")==0)
    30683068{
    3069         if ((h==NULL) or (h!=NULL and h->Typ()!=IDEAL_CMD)){
     3069        if ((h==NULL) || (h!=NULL && h->Typ()!=IDEAL_CMD))
     3070        {
    30703071                Werror("system(\"gfan\"...) Ideal expected");
    30713072                return TRUE; //Ooooops
Note: See TracChangeset for help on using the changeset viewer.