Changeset 0af505 in git


Ignore:
Timestamp:
Dec 19, 2012, 4:29:13 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
ce0455b56042df7493ea3bb90650feacef0f4d39
Parents:
ef52d678e5a63401bb75f33e6efb86b084c667f17f7f235325ba7a08661f52ffc70d751031b8ab21
Message:
Merge pull request #246 from mmklee/sw_fix

fix: printing in ivOptimizeKern if option(prot)

TODO: write new tests that would indicate the change in global and ring options wrt master!
Location:
libpolys
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/misc/intvec.cc

    ref52d6 r0af505  
    1313// #include <findexec/feFopen.h>
    1414#include <misc/intvec.h>
     15#include <misc/options.h>
    1516#include <omalloc/omalloc.h>
    1617
     
    656657  intvec *res=new intvec(c);
    657658
    658   //if (TEST_OPT_PROT)
    659   //  Warn(" %d linear independent solutions\n",r);
     659  if (TEST_OPT_PROT)
     660    Warn(" %d linear independent solutions\n",r);
    660661  for (i=r;i>1;i--)
    661662  {
  • libpolys/polys/monomials/ring.cc

    ref52d6 r0af505  
    38323832  r->p_Procs = (p_Procs_s*)omAlloc(sizeof(p_Procs_s));
    38333833  p_ProcsSet(r, r->p_Procs);
    3834   p_SetGlobals(r);
    38353834  return FALSE;
    38363835}
Note: See TracChangeset for help on using the changeset viewer.