From 05f173aa38f91d5e21b4957259593db8015337b4 Mon Sep 17 00:00:00 2001 From: Kjell Jorner Date: Fri, 18 Aug 2023 21:28:18 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32c825e..a9442b5 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ The `dlf_update` function allows updating of neighbor lists for algorithms that ### Keywords DL-FIND is a powerful optimization package with many options. They are partially described in the DL-FIND [documentation](docs/documentation.pdf) -and more in detail in [api.f90](src/api.f90) and [dlf global module.f90](src/dlf global module.f90). +and more in detail in [api.f90](src/api.f90) and [dlf_global_module.f90](src/dlf_global_module.f90). A concise summary of some of the most important options can be found [here](docs/README.md).