From e1bfc92e3858785d0f7f4381d83f51767211a855 Mon Sep 17 00:00:00 2001 From: "Andrew E. Torda" <torda@zbh.uni-hamburg.de> Date: Wed, 29 Jun 2022 17:13:50 +0200 Subject: [PATCH] Credit to both Nils and Marco. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 56caa41..0c3b822 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # MD Uebung files -This began life as Nils Uebung. -In June 2022, I moved executable code out of `rvec.h`. There was executable code which is not allowed in a `.h` file. +This is a simple 2-dimensional MD program, but it is not complete. As homework, you have to write the missing parts in `md.c`. -I also removed some unnecessary lines from the Makefile. +This Uebung began with code from Marco Matthies and Nils Petersen. +In June 2022, I moved executable code out of `rvec.h`. As a matter of style, one should never have code or anything that allocates space in `.h` files. + +I removed some unnecessary lines from the Makefile. # BUGS If you compile with `-Wall`, there will be some warnings about unused variables. These are not a problem. This is an assignment in which one should write code that uses these variables. -- GitLab