From 13500a64436ad5ff917fc736c79feb0ae5d433cb Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Sun, 28 Jan 2018 21:02:38 -0500 Subject: [PATCH] language polishing --- installation/patch/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installation/patch/README.md b/installation/patch/README.md index 69b9176ee..0d553d68e 100644 --- a/installation/patch/README.md +++ b/installation/patch/README.md @@ -1,6 +1,6 @@ # DAMASK patching -This folder contains patches that modify the functionality of the current version of DAMASK prior to the corresponding inclusion in the official release. +This folder contains patches that modify the functionality of the current development version of DAMASK ahead of the corresponding adoption in the official release. ## Usage @@ -14,8 +14,8 @@ patch -p1 < installation/patch/nameOfPatch * **fwbw_derivative** switches the default spatial derivative from continuous to forward/backward difference. This generally reduces spurious oscillations in the result as the spatial accuracy of the derivative is then compatible with the underlying solution grid. - * **PETSc-3.8** adjusts all includes nad calls to PETSc to the 3.8.x API - This allows to use the current version of PETSc + * **PETSc-3.8** adjusts all includes and calls to PETSc to follow the 3.8.x API. + This allows to use the most recent version of PETSc. ## Create patch commit your changes