Changeset d8c7a6 in git


Ignore:
Timestamp:
Aug 12, 2011, 9:17:22 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
f11ea16f10bdb615a2449b865069b90bd90713d7
Parents:
736288b17e091e09b40a78ee266cf94e73f9005f
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-12 21:17:22+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:19+01:00
Message:
FIX: to the fix of fix ...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r736288b rd8c7a6  
    49554955      {
    49564956        GFInfo param;
    4957         param.GFDegree = ch;
    4958         param.GFChar   = 1;
    4959        
     4957         
     4958        param.GFChar = ch;
     4959        param.GFDegree = 1;
     4960         
    49604961        param.GFPar_name=pn->name;
    49614962        cf=nInitChar(n_GF,&param);
Note: See TracChangeset for help on using the changeset viewer.