~ruther/guix-local

b6598237f224f15f8f24de21acb38178da0e0540 — Efraim Flashner 8 years ago 5fb17ed
gnu: openfoam: Fix typo.

* gnu/packages/simulation.scm (openfoam)[description]: Add a period to
the end of the sentence.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/simulation.scm
M gnu/packages/simulation.scm => gnu/packages/simulation.scm +1 -1
@@ 207,6 207,6 @@ integral form.  Physical processes such as phase change, droplet transport and
chemical reaction can be modelled.  Numerical methods are included to deal with
sharp gradients, such as those encountered in flows with shock waves and flows
with gas/liquid interfaces.  Large problems may be split into smaller, connected
problems for efficient solution on parallel systems")
problems for efficient solution on parallel systems.")
    (license license:gpl3+)
    (home-page "https://openfoam.org")))