From: <ba...@us...> - 2016-01-11 06:23:44
|
Revision: 441 http://sourceforge.net/p/ggnfs/code/441 Author: batalov Date: 2016-01-11 06:23:43 +0000 (Mon, 11 Jan 2016) Log Message: ----------- minor Modified Paths: -------------- trunk/tests/factMsieve.pl Modified: trunk/tests/factMsieve.pl =================================================================== --- trunk/tests/factMsieve.pl 2013-08-27 08:21:13 UTC (rev 440) +++ trunk/tests/factMsieve.pl 2016-01-11 06:23:43 UTC (rev 441) @@ -1798,7 +1798,7 @@ if (/unique relations/) { $rels=$_[9]." ".$_[11]; } # if (/Initial matrix/) { s/\[.*\] Initial matrix is //; $initmat=$_; } if (/matrix is/) { $prunedmat=$_[7]." x ".$_[9]; } - if (/prp/) { + if (/p\d+ factor:/) { # newer Msieve outputs, e.g. "p50", not "prp50" s/.*factor: //; if ((length($_) > 1) && (length($_) < length($N))) { push(@DIVISORS, $_); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |