summaryrefslogtreecommitdiff
path: root/gnu/packages/simulation.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2017-09-17 10:12:30 +0300
committerEfraim Flashner <efraim@flashner.co.il>2017-09-17 10:14:17 +0300
commitb6598237f224f15f8f24de21acb38178da0e0540 (patch)
tree45a239bf28adadeaa4c0c82f9a020b2a01b75812 /gnu/packages/simulation.scm
parent5fb17ed92e910030b86cc6f1eec50a2c3b725b08 (diff)
downloadguix-patches-b6598237f224f15f8f24de21acb38178da0e0540.tar
guix-patches-b6598237f224f15f8f24de21acb38178da0e0540.tar.gz
gnu: openfoam: Fix typo.
* gnu/packages/simulation.scm (openfoam)[description]: Add a period to the end of the sentence.
Diffstat (limited to 'gnu/packages/simulation.scm')
-rw-r--r--gnu/packages/simulation.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index 014aef4730..cda6f3c567 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -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")))