From 28bdf292d3783b0788850086e7bbfb9e6839322a Mon Sep 17 00:00:00 2001 From: LonelyProf Date: Sun, 25 Jun 2017 17:19:37 +0100 Subject: [PATCH] Minor edits only --- COPYING.txt | 2 +- GUIDE.md | 2 ++ README.md | 6 ++++-- python_examples/COPYING.txt | 2 +- python_examples/GUIDE.md | 2 ++ python_examples/README.md | 4 +++- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/COPYING.txt b/COPYING.txt index 0e259d4..77c6cb4 100644 --- a/COPYING.txt +++ b/COPYING.txt @@ -1,4 +1,4 @@ -Creative Commons Legal Code +Creative Commons Legal Code CC0 1.0 Universal diff --git a/GUIDE.md b/GUIDE.md index 32c238c..27108d2 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -3,6 +3,8 @@ Here are some notes to assist in running the programs. Some details of tests carried out on the programs are also given. Do not expect to duplicate these results, they are simply a guide as to the kind of behaviour to expect. +If you find a definite programming error, +please report it via the [Issues](https://github.com/Allen-Tildesley/examples/issues) tab above. ## Data Input Most of the Fortran codes use a `namelist` to input a few parameters from standard input. diff --git a/README.md b/README.md index 5abba8d..1c5873a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ This software was written in 2016/17 by Michael P. Allen / and Dominic J. Tildesley ("the authors"), -to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), +to accompany the book +[Computer Simulation of Liquids](https://global.oup.com/academic/product/computer-simulation-of-liquids-9780198803201), +second edition, 2017 ("the text"), published by Oxford University Press ("the publishers"). ## Licence @@ -30,7 +32,7 @@ a straightforward approach to modular programming, and a basic simplicity. It is also a compiled language, which means that it is quite efficient, and widely used, so it is easy to find compilers which are optimized for different machine architectures. -The common tools for parallelizing scientific codesv(OpenMP and MPI) +The common tools for parallelizing scientific codes (OpenMP and MPI) are compatible with Fortran. The [User Guide](./GUIDE.md) contains some notes to assist in running the programs, and some typical results. diff --git a/python_examples/COPYING.txt b/python_examples/COPYING.txt index 0e259d4..77c6cb4 100644 --- a/python_examples/COPYING.txt +++ b/python_examples/COPYING.txt @@ -1,4 +1,4 @@ -Creative Commons Legal Code +Creative Commons Legal Code CC0 1.0 Universal diff --git a/python_examples/GUIDE.md b/python_examples/GUIDE.md index a1e77a9..ea7e952 100644 --- a/python_examples/GUIDE.md +++ b/python_examples/GUIDE.md @@ -3,6 +3,8 @@ This subdirectory contains Python versions of some of the example programs. Some details of tests carried out on the programs are also given. Do not expect to duplicate these results, they are simply a guide as to the kind of behaviour to expect. +If you find a definite programming error, +please report it via the [Issues](https://github.com/Allen-Tildesley/examples/issues) tab above. Python has some advantages over Fortran: it is an interpreted language, rather than a compiled one, diff --git a/python_examples/README.md b/python_examples/README.md index 022c985..a5a8806 100644 --- a/python_examples/README.md +++ b/python_examples/README.md @@ -2,7 +2,9 @@ This software was written in 2016/17 by Michael P. Allen / and Dominic J. Tildesley ("the authors"), -to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), +to accompany the book +[Computer Simulation of Liquids](https://global.oup.com/academic/product/computer-simulation-of-liquids-9780198803201), +second edition, 2017 ("the text"), published by Oxford University Press ("the publishers"). ## Licence