Changeset e0bce7d in git


Ignore:
Timestamp:
Apr 14, 1998, 9:06:26 AM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
c41230e528f2fd8acea402910a80fb248bf9461c
Parents:
3ff3340440b9a4e3cdcb21b9b96355b3133f39c1
Message:
* wichmann: Removed system("finduni") since finduni() is now a toplevel
            function.


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

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r3ff334 re0bce7d  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.34 1998-04-07 18:35:21 obachman Exp $ */
     4/* $Id: extra.cc,v 1.35 1998-04-14 07:06:26 Singular Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    606606    }
    607607    else
    608 /*==================== finduni =============================*/
    609     if(strcmp((char*)(h->Data()),"finduni")==0)
    610     {
    611       if ((h->next!=NULL) &&(h->next->Typ()==IDEAL_CMD))
    612       {
    613         res->rtyp=IDEAL_CMD;
    614         res->data=(void *)FindUnivariateWrapper((ideal)h->next->Data());
    615         return FALSE;
    616       }
    617       else
    618         WerrorS("ideal expected");
    619     }
    620     else
    621608#endif
    622609/*==================== divcount & mcount =============================*/     
Note: See TracChangeset for help on using the changeset viewer.