Changeset bcab31 in git


Ignore:
Timestamp:
Aug 15, 2013, 2:20:40 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
a088613ebfc450dbca5064ff67a3dc8c546ad428
Parents:
34b5687ce1d29d33b442f1ef36adf16e862d5a6e
git-author:
Martin Lee <martinlee84@web.de>2013-08-15 14:20:40+02:00
git-committer:
Martin Lee <martinlee84@web.de>2013-08-30 13:48:34+02:00
Message:
chg: renamed absBiFact to absFact

Conflicts:
	Singular/extra.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r34b568 rbcab31  
    36963696      else
    36973697  /*================= absBiFact ======================*/
    3698       if (strcmp(sys_cmd, "absBiFact") == 0)
     3698      if (strcmp(sys_cmd, "absFact") == 0)
    36993699      {
    37003700        if (h!=NULL)
     
    37063706            ideal mipos= NULL;
    37073707            int n= 0;
    3708             ideal f=singclap_absBiFactorize((poly)(h->Data()), mipos, &v, n, currRing);
     3708            ideal f=singclap_absFactorize((poly)(h->Data()), mipos, &v, n, currRing);
    37093709            if (f==NULL) return TRUE;
    37103710            ivTest(v);
Note: See TracChangeset for help on using the changeset viewer.