Changeset 055021a in git


Ignore:
Timestamp:
Jul 15, 1997, 1:58:52 PM (27 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1162cb4693b29efee996dff440178aa922d450a5
Parents:
9e3c33acf98583ef48803441afb90d894103d3da
Message:
* hannes: added call to proc in from standard.lib in tesths.cc


git-svn-id: file:///usr/local/Singular/svn/trunk@515 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/ChangeLog

    r9e3c33 r055021a  
     1Tue Jul 15 13:57:46 MET DST 1997: hannes
     2        * added call to proc in from standard.lib in tesths.cc
     3
    14Wed Jul  9 17:50:23 MET DST 1997: hannes/siebert
    25        * added new type (resolution)
  • Singular/tesths.cc

    r9e3c33 r055021a  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: tesths.cc,v 1.25 1997-07-11 14:27:57 Singular Exp $ */
     4/* $Id: tesths.cc,v 1.26 1997-07-15 11:58:52 Singular Exp $ */
    55
    66/*
     
    209209  myynest=0;
    210210  if (load_std_lib)
     211  {
    211212    iiLibCmd(mstrdup("standard.lib"),TRUE);
     213    idhdl h=idroot->get("init",0);
     214    if ((h!=NULL) && (IDTYP(h)==PROC_CMD))
     215    {
     216      leftv r=iiMake_proc(h,NULL);
     217      r->CleanUp();
     218    }
     219  } 
    212220  errorreported = 0;
    213221#ifndef macintosh
Note: See TracChangeset for help on using the changeset viewer.