Changeset f659855 in git
- Timestamp:
- Dec 5, 2012, 4:40:50 PM (11 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 0145f469b68cb4ac35da3518ae5cb1464fbc85a4
- Parents:
- 07ff965ddd552fe3a981f417b2da928dca53a8f2
- git-author:
- Martin Lee <martinlee84@web.de>2012-12-05 16:40:50+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2012-12-05 17:02:19+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqBivar.cc
r07ff96 rf659855 6364 6364 { 6365 6365 #ifdef HAVE_FLINT 6366 nmod_mat_clear (FLINTN); 6366 if (alpha.level() == 1 || (alpha.level() != 1 && reduceFq2Fp)) 6367 nmod_mat_clear (FLINTN); 6367 6368 #endif 6368 6369 delete [] bounds; … … 6379 6380 { 6380 6381 #ifdef HAVE_FLINT 6381 nmod_mat_clear (FLINTN); 6382 if (alpha.level() == 1 || (alpha.level() != 1 && reduceFq2Fp)) 6383 nmod_mat_clear (FLINTN); 6382 6384 #endif 6383 6385 delete [] bounds; … … 6427 6429 if (result.length() == nmod_mat_ncols (FLINTN)) 6428 6430 { 6429 nmod_mat_clear (FLINTN); 6431 if (alpha.level() == 1 || (alpha.level() != 1 && reduceFq2Fp)) 6432 nmod_mat_clear (FLINTN); 6430 6433 #else 6431 6434 if (result.length() == NTLN.NumCols()) … … 6441 6444 if (result.length() == NTLNe.NumCols()) 6442 6445 { 6443 #ifdef HAVE_FLINT6444 nmod_mat_clear (FLINTN);6445 #endif6446 6446 delete [] factorsFoundIndex; 6447 6447 delete [] bounds; … … 6504 6504 if (result.length() == NTLNe.NumCols()) 6505 6505 { 6506 #ifdef HAVE_FLINT6507 nmod_mat_clear (FLINTN);6508 #endif6509 6506 delete [] factorsFoundIndex; 6510 6507 delete [] bounds; … … 6582 6579 if (result.length() == NTLNe.NumCols()) 6583 6580 { 6584 #ifdef HAVE_FLINT6585 nmod_mat_clear (FLINTN);6586 #endif6587 6581 delete [] bounds; 6588 6582 return Union (result, smallFactors); … … 6728 6722 { 6729 6723 #ifdef HAVE_FLINT 6730 nmod_mat_clear (FLINTN); 6724 if (alpha.level() == 1 || (alpha.level() != 1 && reduceFq2Fp)) 6725 nmod_mat_clear (FLINTN); 6731 6726 #endif 6732 6727 delete [] bounds; … … 6747 6742 { 6748 6743 #ifdef HAVE_FLINT 6749 nmod_mat_clear (FLINTN); 6744 if (alpha.level() == 1 || (alpha.level() != 1 && reduceFq2Fp)) 6745 nmod_mat_clear (FLINTN); 6750 6746 #endif 6751 6747 result.append (bufF); … … 6753 6749 } 6754 6750 #ifdef HAVE_FLINT 6755 nmod_mat_clear (FLINTN); 6751 if (alpha.level() == 1 || (alpha.level() != 1 && reduceFq2Fp)) 6752 nmod_mat_clear (FLINTN); 6756 6753 #endif 6757 6754 return Union (result, henselLiftAndLatticeRecombi (bufF, bufUniFactors, … … 6812 6809 if (result.length()== NTLNe.NumCols()) 6813 6810 { 6814 #ifdef HAVE_FLINT6815 nmod_mat_clear (FLINTN);6816 #endif6817 6811 delete [] bounds; 6818 6812 result= Union (result, smallFactors); … … 6871 6865 if (result.length() == NTLNe.NumCols()) 6872 6866 { 6873 #ifdef HAVE_FLINT6874 nmod_mat_clear (FLINTN);6875 #endif6876 6867 delete [] bounds; 6877 6868 result= Union (result, smallFactors); … … 6891 6882 bounds= computeBounds (F, d, isIrreducible); 6892 6883 #ifdef HAVE_FLINT 6893 nmod_mat_clear (FLINTN); 6884 if (alpha.level() == 1 || (alpha.level() != 1 && reduceFq2Fp)) 6885 nmod_mat_clear (FLINTN); 6894 6886 #endif 6895 6887 if (isIrreducible)
Note: See TracChangeset
for help on using the changeset viewer.