Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/cad/calculix-ccx/files/patch-frdcheck.pl
16461 views
1
--- ../test/frdcheck.pl.orig 2024-10-18 20:23:04.531136000 +0200
2
+++ ../test/frdcheck.pl 2024-10-18 20:23:22.184771000 +0200
3
@@ -1,4 +1,4 @@
4
-#!/usr/bin/perl
5
+#!/usr/local/bin/perl
6
7
#
8
# usage: frdcheck.pl file
9
@@ -128,7 +128,7 @@
10
11
}
12
13
-if($maxerror2>0.){
14
+if($maxerror2>0.05){
15
$maxerror2=100.*$maxerror2;
16
printf "deviation in file $file.frd\n";
17
printf "line: %d reference value: %e value: %e \n",$line2,$valueref2,$value2;
18
19