Changeset 643b538 in git for Singular/ipshell.cc


Ignore:
Timestamp:
Aug 16, 2011, 7:32:26 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1561388b356b908332f27cb05700d8daee4eb443
Parents:
ca9096f077e5b63d5ae455da7c5f65d1360bb6ec
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-16 19:32:26+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:22+01:00
Message:
FIX: fixing unfixed assumes and ther stuff for debug version of Singular
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    rca9096f r643b538  
    26872687      }
    26882688    }
    2689     if (/* idRankFreeModule(trueres[0]) */ trueres[0] > 0)
     2689    if (/* id_RankFreeModule(trueres[0], currRing) */ trueres[0] > 0)
    26902690      typ0 = MODUL_CMD;
    26912691    if (syzstr->weights!=NULL)
Note: See TracChangeset for help on using the changeset viewer.