From 5ba9a5b66002ff800dec5376276e4f1a2c951623 Mon Sep 17 00:00:00 2001 From: Ahmad El Sayed Date: Mon, 6 May 2024 00:39:30 +0200 Subject: [PATCH] Revert "Introduce a formatting error to make the workflow fail" This reverts commit 152e807fc83f8d3cd225cf368bc72ed54fadf8ee. --- include/chemistry.hpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/include/chemistry.hpp b/include/chemistry.hpp index 0ff90bc..6828a64 100644 --- a/include/chemistry.hpp +++ b/include/chemistry.hpp @@ -41,12 +41,13 @@ namespace Chemistry } // Thermo class, non-copyable - class Thermo { - private: + class Thermo + { + private: std::unique_ptr m_thermo; - public: - Thermo() + public: + Thermo() : m_thermo(nullptr) { }