From b0b914e9ed6545ba626b208e2e3759489f34a10b Mon Sep 17 00:00:00 2001 From: Sigfried Haering Date: Fri, 21 Jun 2024 12:32:51 -0700 Subject: [PATCH] enforce style --- src/calorically_perfect.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calorically_perfect.hpp b/src/calorically_perfect.hpp index 054aee996..118cd3dd5 100644 --- a/src/calorically_perfect.hpp +++ b/src/calorically_perfect.hpp @@ -76,7 +76,7 @@ class CaloricallyPerfectThermoChem : public ThermoChemModelBase { // Flags bool rank0_; /**< true if this is rank 0 */ bool partial_assembly_ = false; /**< Enable/disable partial assembly of forms. */ - bool numerical_integ_ = false; /**< Enable/disable numerical integration rules of forms. */ + bool numerical_integ_ = false; /**< Enable/disable numerical integration rules of forms. */ bool constant_viscosity_ = false; /**< Enable/disable constant viscosity */ bool constant_density_ = false; /**< Enable/disable constant density */ bool domain_is_open_ = false; /**< true if domain is open */