From 7693dd5b37b95a3cef2f7ce42f899c1d93675386 Mon Sep 17 00:00:00 2001 From: gurkenhabicht Date: Mon, 21 May 2018 02:56:20 +0200 Subject: [PATCH] changed layout --- src/ansi_c_implementation/README.md | 2 +- src/cpp_implementation/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ansi_c_implementation/README.md b/src/ansi_c_implementation/README.md index e65c258..e3aa2b6 100644 --- a/src/ansi_c_implementation/README.md +++ b/src/ansi_c_implementation/README.md @@ -23,7 +23,7 @@ Use `$ ./lms -h` for help. There are a bunch of options you can predefine but do not have to. The only parameter needed is __-i__ which is the inputfile. | Parameter | Description | StdVal | -|----------:|:-----------------------------:|:-------| +|:----------|:-----------------------------:|:-------| | -i | The inputfile, has to be PPM | none | | -n | Amount of input data used | 500 | | -w | Size of M (window) | 5 | diff --git a/src/cpp_implementation/README.md b/src/cpp_implementation/README.md index f5cc50c..4314cc4 100644 --- a/src/cpp_implementation/README.md +++ b/src/cpp_implementation/README.md @@ -22,7 +22,7 @@ Use `$ -h` for help. There are a bunch of options you can predefine but do not have to. The only parameter needed is __-i__ which is the inputfile. | Parameter | Description | StdVal | -|----------:|:-----------------------------:|:-------| +|:----------|:-----------------------------:|:-------| | -i | The inputfile, has to be PPM | none | | -n | Amount of input data used | 500 | | -w | Size of M (window) | 5 |