diff --git a/scripts/README.md b/scripts/README.md index 8aae3179e27b2f511e6ea47b7270f2f37c40acfd..624c07c74017701353bfdd201cd197a069982a68 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) ```