Changeset 1ddcde9 in git for factory/facHensel.cc


Ignore:
Timestamp:
Mar 9, 2012, 12:13:20 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
ca058cdd63fd41f47dfc543efa0ec6a1fd26553d
Parents:
0625837da0c28e37d5a064424c96c54a2fab6844
git-author:
Martin Lee <martinlee84@web.de>2012-03-09 12:13:20+01:00
git-committer:
Martin Lee <martinlee84@web.de>2012-04-04 14:42:27+02:00
Message:
chg: some typos
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facHensel.cc

    r062583 r1ddcde9  
    480480      modpk bb= coeffBound (F, p, mipo );
    481481      if (bb.getk() > b.getk() ) b=bb;
     482      fail= false;
    482483    }
    483484    else
     
    507508        continue;
    508509      else
    509       {
    510510        tmp= mulNTL (tmp, bufFactors[l]);
    511       }
    512511    }
    513512    L.append (tmp);
     
    526525    return recResult;
    527526  CanonicalForm coeffE;
    528   CFList s;
    529527  CFList result= recResult;
    530528  setCharacteristic (p);
     
    844842    Pi[l] += tmp[l]*xToJ*F.mvar();
    845843  }
    846   return;
    847844}
    848845
Note: See TracChangeset for help on using the changeset viewer.