[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: openfoam: Fix typo.
From: |
Efraim Flashner |
Subject: |
02/02: gnu: openfoam: Fix typo. |
Date: |
Sun, 17 Sep 2017 03:14:46 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit b6598237f224f15f8f24de21acb38178da0e0540
Author: Efraim Flashner <address@hidden>
Date: Sun Sep 17 10:12:30 2017 +0300
gnu: openfoam: Fix typo.
* gnu/packages/simulation.scm (openfoam)[description]: Add a period to
the end of the sentence.
---
gnu/packages/simulation.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index 014aef4..cda6f3c 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")))