[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: openfoam: Fix typo in Note.
From: |
Ludovic Courtès |
Subject: |
02/03: gnu: openfoam: Fix typo in Note. |
Date: |
Wed, 20 Sep 2017 17:22:21 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit a836e9f509b2b924bd47967fcb71723af3fac6fd
Author: Paul Garlick <address@hidden>
Date: Wed Sep 20 11:52:54 2017 +0100
gnu: openfoam: Fix typo in Note.
* gnu/packages/simulation.scm (openfoam): Put capital 'D' in 'pitzDaily'.
Signed-off-by: Ludovic Courtès <address@hidden>
---
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 cda6f3c..de07b68 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")