From 2e0b016bc2607fe2871d86488c64c1a6c39b56c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Sat, 7 Oct 2023 01:33:01 +0200 Subject: [PATCH] Fix double mesh.read() call (#1535) First call was outside try{}, so errors would not be caught --- src/Iteration.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Iteration.cpp b/src/Iteration.cpp index f4f7498fd0..ce35aee652 100644 --- a/src/Iteration.cpp +++ b/src/Iteration.cpp @@ -592,7 +592,6 @@ void Iteration::readMeshes(std::string const &meshesPath) IOHandler()->flush(internal::defaultFlushParams); mrc.get().m_isConstant = true; } - m.read(); try { m.read();