diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 13:26:27 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 13:34:56 -0700 |
commit | 48b0d9c071397a5de5b5c2c5b8bc4b87b757bcc2 (patch) | |
tree | 49440ca5c661da7d495569cc25c7ae1207181329 /gnu/packages | |
parent | 7133049f1091c9afbe521668e0d7183a5ca54e14 (diff) | |
download | patches-48b0d9c071397a5de5b5c2c5b8bc4b87b757bcc2.tar patches-48b0d9c071397a5de5b5c2c5b8bc4b87b757bcc2.tar.gz |
gnu: dune-subgrid: Fix grammar of "allows to mark" to "marks".
* gnu/packages/maths (dune-subgrid): Fix grammar.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index ed856e09c9..9930f491a2 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4985,7 +4985,7 @@ cubes.") ("pkg-config" ,pkg-config))) (home-page "http://numerik.mi.fu-berlin.de/dune-subgrid/index.php") (synopsis "Distributed and Unified Numerics Environment") - (description "The dune-subgrid module allows to mark elements of + (description "The dune-subgrid module marks elements of another hierarchical dune grid. The set of marked elements can then be accessed as a hierarchical dune grid in its own right. Dune-Subgrid provides the full grid interface including adaptive mesh refinement.") |