Changeset 97454d in git for Singular/spSpolyLoop.inc


Ignore:
Timestamp:
Apr 7, 1998, 8:35:28 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
37e22dccbc1d4231d5dd6c765a95b61021b1266c
Parents:
80ad5e767969bf7b39d2bf33f65964782429ecb1
Message:
1998-04-07  Olaf Bachmann  <obachman@mathematik.uni-kl.de>

	* mpsr_Put.cc (mpsr_PutDump): dump does not dump LIB string
any more

	* extra.cc (jjSYSTEM): added System("whoami") to return full
	executable pathname of running Singular


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

Legend:

Unmodified
Added
Removed
  • Singular/spSpolyLoop.inc

    r80ad5e r97454d  
    15251525    {
    15261526      assume(pComp0(b, a2) == 1);
    1527       assume(pComp0(b,a2) == 1);
    15281527      pSetCoeff0(b,npMultM(pGetCoeff(a1), tneg));
    15291528      a = pNext(a) = b;       // append b to result and advance a1
Note: See TracChangeset for help on using the changeset viewer.