Changeset 2a2c07 in git for Singular/mpsr_Get.cc


Ignore:
Timestamp:
Apr 18, 1997, 1:25:03 PM (27 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d6a968ad46e91f0ffffede4a68649eea37ed52c6
Parents:
ef304d9dba21b588603cac1440c1ae1fe53a012e
Message:
Fri Apr 18 09:47:22 1997  Olaf Bachmann
<obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>

	* silink.cc (DumpAsciiIdhdl): LIB string is dumped without type
	  declaration

	* mpsr_Get.cc (InitIdentifierLeftv): used mpsr_SetCurrRing(r,
	  TRUE) so that pOne works if no ring did previously exist.

	* iparith.cc: Added jjPROC3.

Tue Apr 15 12:07:17 1997  Olaf Bachmann
<obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>

	* silink.cc (slStandardInit): changed Ascii type specifyer from
	  "ascii" to "Ascii" for consistency

	* iparith.cc : added #else branch to #ifdef HAVE_FGLM in proc table

	*  (extra.cc): system("sh",command) returns exit status of command


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

Legend:

Unmodified
Added
Removed
  • Singular/mpsr_Get.cc

    ref304d r2a2c07  
    33****************************************/
    44
    5 /* $Id: mpsr_Get.cc,v 1.8 1997-04-10 13:08:36 obachman Exp $ */
     5/* $Id: mpsr_Get.cc,v 1.9 1997-04-18 11:24:58 obachman Exp $ */
    66/***************************************************************
    77 *
     
    211211     
    212212      pos = mpsr_rDefault(0, name, mlv->r);
    213       mpsr_SetCurrRing(mlv->r, FALSE);
     213      mpsr_SetCurrRing(mlv->r, TRUE);
    214214      p = pOne();
    215215      p->exp[pos+1] = 1;
Note: See TracChangeset for help on using the changeset viewer.