Changeset 2f2af5 in git for Singular/tesths.cc


Ignore:
Timestamp:
Jul 11, 1997, 1:10:22 PM (27 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f2b175c3ca843efa6cb54c3b7d3e27e9a8a9f39b
Parents:
b6bbfc6e881df9948bb96d7365656cc64b66b30c
Message:
Fri Jul 11 13:08:37 1997  Olaf Bachmann
<obachman@mathematik.uni-kl.de>

	* added standard.lib with stdfglm from poly.lib

	* tesths.cc (main): standard.lib is always loaded by default


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

Legend:

Unmodified
Added
Removed
  • Singular/tesths.cc

    rb6bbfc r2f2af5  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: tesths.cc,v 1.23 1997-07-09 15:54:08 Singular Exp $ */
     4/* $Id: tesths.cc,v 1.24 1997-07-11 11:10:12 obachman Exp $ */
    55
    66/*
     
    275275  dlInit(thisfile);
    276276  myynest=0;
    277   iiLibCmd(mstrdup("standard.lib"),FALSE);
     277  iiLibCmd(mstrdup("standard.lib"),TRUE);
    278278#ifndef macintosh
    279279#if defined(HAVE_FEREAD) || defined(HAVE_READLINE)
Note: See TracChangeset for help on using the changeset viewer.