Changeset 0bb212d in git for Singular/spectrum.cc


Ignore:
Timestamp:
Dec 13, 2000, 2:31:11 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
c17dd0f48fd2feb7f00ed95eb94b394157c1d7ba
Parents:
cb2fb47b1cb1c860f624aae6dcac42ef5698d06e
Message:
*hannes: spectrum fixes


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

Legend:

Unmodified
Added
Removed
  • Singular/spectrum.cc

    rcb2fb47 r0bb212d  
    501501  if( hasLinearTerm( h ) )
    502502  {
    503     *L = (lists)omAllocBin( slists _bin);
     503    *L = (lists)omAllocBin( slists_bin);
    504504    (*L)->Init( 1 );
    505505    (*L)->m[0].rtyp = INT_CMD;    //  milnor number
     
    589589    // -------------------------------
    590590
    591     *L = (lists)omAllocBin( slists _bin);
     591    *L = (lists)omAllocBin( slists_bin);
    592592    (*L)->Init( 1 );
    593593    (*L)->m[0].rtyp = INT_CMD;    //  milnor number
Note: See TracChangeset for help on using the changeset viewer.