From 5f67856e5d0dfe9f1e5d6007d2f90a56c7dd1e40 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 20 Apr 2023 13:20:38 -0600 Subject: [PATCH] Add a changelog entry --- doc/news/changes/minor/20230420Bangerth | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/news/changes/minor/20230420Bangerth diff --git a/doc/news/changes/minor/20230420Bangerth b/doc/news/changes/minor/20230420Bangerth new file mode 100644 index 0000000000..ae0a7c5892 --- /dev/null +++ b/doc/news/changes/minor/20230420Bangerth @@ -0,0 +1,9 @@ +Fixed: Mesh files in COMSOL's `.mphtxt` format are often created on +Windows and then read using deal.II on Unix. Windows uses a different +line ending style than Linux, and this led to error messages that were +impossible to understand because the different line ending style is +not visible in most editors. This is now fixed: The +GridIn::read_comsol_mphtxt() function also accepts Windows line +endings. +
+(Wolfgang Bangerth, 2023/04/20) -- 2.39.5