mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:26:24 +02:00
* restore old error value
This commit is contained in:
parent
af7e61603a
commit
5ec3e6fd14
@ -112,7 +112,7 @@ begin
|
||||
end;
|
||||
writeln('Out of range: ', nOutOfRange, ' / ', NSamples, ' (', nOutOfRange / nSamples * 100:0:1, '%).', LineEnding,
|
||||
'Took ', time:0:1, ' s.', LineEnding);
|
||||
if nOutOfRange / nSamples>0.0015 then
|
||||
if nOutOfRange / nSamples>0.001 then
|
||||
halt(1);
|
||||
if imperfections > {$ifdef SMALL_TEST} 40 {$else} 16 {$endif} then
|
||||
halt(1);
|
||||
|
Loading…
Reference in New Issue
Block a user