diff --git a/include/open_atmos/types.hpp b/include/open_atmos/types.hpp index bdac4bb..2d39e6e 100644 --- a/include/open_atmos/types.hpp +++ b/include/open_atmos/types.hpp @@ -33,7 +33,7 @@ namespace open_atmos struct ReactionComponent { std::string species_name; - double coefficient { 1.0 }; + double coefficient{ 1.0 }; /// @brief Unknown properties, prefixed with two underscores (__) std::unordered_map unknown_properties; };