From 4d61a3f30cc5338933dacf3bfb20cdbb415585da Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Tue, 16 Mar 2021 23:31:04 -0500 Subject: [PATCH] Correct syntax error. a Fortran compile -> a Fortran compiler --- release_docs/RELEASE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 95ff9c5318b..bf4a2736843 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -242,7 +242,7 @@ New Features - CMake option to link the generated Fortran MOD files into the include directory. - The Fortran generation of MOD files by a Fortran compile can produce + The Fortran generation of MOD files by a Fortran compiler can produce different binary files between SHARED and STATIC compiles with different compilers and/or different platforms. Note that it has been found that different versions of Fortran compilers will produce incompatible MOD