Changeset 5e1226 in git for libfac


Ignore:
Timestamp:
Jun 24, 2011, 5:34:41 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
af221eadff1d9ef84261e61ccd6abdf816d19b96
Parents:
f152c5a55feb4bb8f254f8c34262507cbe3c16f7
Message:
fix Tst/Old/m47si (charset)

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

Legend:

Unmodified
Added
Removed
  • libfac/charset/csutil.cc

    rf152c5 r5e1226  
    395395  else
    396396  {
    397     sqrfreelist = factorize(init);
     397    sqrfreelist = Factorize(init);
    398398    //sqrfreelist.removeFirst();
    399399  }
     
    498498  for ( CFListIterator i=ps; i. hasItem(); i++ )
    499499  {
    500     q=factorize(i.getItem());
     500    q=Factorize(i.getItem());
    501501    q.removeFirst();
    502502    // Next can be simplified ( first (already removed) elem in q is the only constant
Note: See TracChangeset for help on using the changeset viewer.