me
/
guix
Archived
1
0
Fork 0

gnu: openfoam: Fix typo.

* gnu/packages/simulation.scm (openfoam)[description]: Add a period to
the end of the sentence.
master
Efraim Flashner 2017-09-17 10:12:30 +03:00
parent 5fb17ed92e
commit b6598237f2
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -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")))