Skip to content

Commit

Permalink
Minor edits only
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-P-Allen committed Jun 25, 2017
1 parent ea03cb2 commit 28bdf29
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion COPYING.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Creative Commons Legal Code
Creative Commons Legal Code

CC0 1.0 Universal

Expand Down
2 changes: 2 additions & 0 deletions GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
This software was written in 2016/17
by Michael P. Allen <[email protected]>/<[email protected]>
and Dominic J. Tildesley <[email protected]> ("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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion python_examples/COPYING.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Creative Commons Legal Code
Creative Commons Legal Code

CC0 1.0 Universal

Expand Down
2 changes: 2 additions & 0 deletions python_examples/GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 3 additions & 1 deletion python_examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
This software was written in 2016/17
by Michael P. Allen <[email protected]>/<[email protected]>
and Dominic J. Tildesley <[email protected]> ("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
Expand Down

0 comments on commit 28bdf29

Please sign in to comment.