Changeset 92f57d in git


Ignore:
Timestamp:
Dec 18, 2012, 11:41:30 AM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7f7f235325ba7a08661f52ffc70d751031b8ab21
Parents:
ef52d678e5a63401bb75f33e6efb86b084c667f1
git-author:
Martin Lee <martinlee84@web.de>2012-12-18 11:41:30+01:00
git-committer:
Martin Lee <martinlee84@web.de>2012-12-19 10:42:08+01:00
Message:
fix: printing in ivOptimizeKern if option(prot)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/misc/intvec.cc

    ref52d6 r92f57d  
    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  {
Note: See TracChangeset for help on using the changeset viewer.