Changeset cc0296 in git for Singular/mpsr_PutPoly.cc


Ignore:
Timestamp:
Mar 20, 1997, 5:59:58 PM (27 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
577d19f4587e2341d9a42d6800fc5576fceed84d
Parents:
0e184696d061294efc7e95f66a996a5d96f19738
Message:
Various minor bug-fixes in mpsr interface

Thu Mar 20 11:57:00 1997  Olaf Bachmann  <obachman@schlupp.mathematik.uni-kl.de (Olaf Bachmann)>

	* sing_mp.cc (slInitBatchLink): initialized silink such that
	  l->argv[0] == "MP:connect" (otherwise, slInitMP failed)

Wed Mar 19 15:38:08 1997  Olaf Bachmann  <obachman@schlupp.mathematik.uni-kl.de (Olaf Bachmann)>

	* hannes fixed maFindPerm to reflect new names <->parameter scheme

	* sing_mp.cc (mpsr_IsMPLink): fixed it

	* Makefile (tags): added target tags


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

Legend:

Unmodified
Added
Removed
  • Singular/mpsr_PutPoly.cc

    r0e1846 rcc0296  
    571571
    572572  // find out the length of the weight-vector
    573   if (r->wvhdl[index] != NULL)
     573  if (r->wvhdl && r->wvhdl[index] != NULL)
    574574    vlength = r->block1[index] - r->block0[index] + 1;
    575575
Note: See TracChangeset for help on using the changeset viewer.