From a5f0624fb3e9d80d53ebe7b33929f7b98481c139 Mon Sep 17 00:00:00 2001
From: Bernd Flemisch <bernd@iws.uni-stuttgart.de>
Date: Fri, 20 Jan 2017 15:32:20 +0100
Subject: [PATCH] fix instructions

---
 scripts/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/README.md b/scripts/README.md
index 8aae317..624c07c 100644
--- a/scripts/README.md
+++ b/scripts/README.md
@@ -28,7 +28,7 @@ The fracture solution has to be provided in form of a Matlab `mat`-file which ha
 
 #### 2.2 Performing the comparison
 
-The function [compute_1d_error](compute_1d_error.m) can be used to calculate a relative L2-error of the matrix solution. It has the signature
+The function [compute_1d_error](compute_1d_error.m) can be used to calculate a relative L2-error of the fracture solution. It has the signature
 ```
 function [totalRelativeFractureError] = compute_1d_error(coarseFile, referenceFile)
 ```
-- 
GitLab