blob: e7fa60280bdaea05b9c138a0f7739865a653cdb6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- ../test/frdcheck.pl.orig 2024-10-18 20:23:04.531136000 +0200
+++ ../test/frdcheck.pl 2024-10-18 20:23:22.184771000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/local/bin/perl
#
# usage: frdcheck.pl file
@@ -128,7 +128,7 @@
}
-if($maxerror2>0.){
+if($maxerror2>0.05){
$maxerror2=100.*$maxerror2;
printf "deviation in file $file.frd\n";
printf "line: %d reference value: %e value: %e \n",$line2,$valueref2,$value2;
|