[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28526] [PATCH] gnu: openfoam: Fix typo in Note.
From: |
Paul Garlick |
Subject: |
[bug#28526] [PATCH] gnu: openfoam: Fix typo in Note. |
Date: |
Wed, 20 Sep 2017 11:52:54 +0100 |
* gnu/packages/simulation.scm (openfoam): Put capital 'D' in 'pitzDaily'.
---
gnu/packages/simulation.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index cda6f3c56..de07b6844 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -195,8 +195,8 @@
;; $ source $GUIX_PROFILE/lib/OpenFOAM-4.1/etc/bashrc
;; $ mkdir -p $FOAM_RUN
;; $ cd $FOAM_RUN
- ;; $ cp -r $FOAM_TUTORIALS/incompressible/simpleFoam/pitzdaily .
- ;; $ cd pitzdaily
+ ;; $ cp -r $FOAM_TUTORIALS/incompressible/simpleFoam/pitzDaily .
+ ;; $ cd pitzDaily
;; $ chmod -R u+w .
;; $ blockMesh
(synopsis "Framework for numerical simulation of fluid flow")
--
2.13.0
- [bug#28526] [PATCH] gnu: openfoam: Fix typo in Note.,
Paul Garlick <=