Changeset 92f57d in git
- Timestamp:
- Dec 18, 2012, 11:41:30 AM (10 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/misc/intvec.cc
ref52d6 r92f57d 13 13 // #include <findexec/feFopen.h> 14 14 #include <misc/intvec.h> 15 #include <misc/options.h> 15 16 #include <omalloc/omalloc.h> 16 17 … … 656 657 intvec *res=new intvec(c); 657 658 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); 660 661 for (i=r;i>1;i--) 661 662 {
Note: See TracChangeset
for help on using the changeset viewer.