Skip to content

Commit

Permalink
enforce style
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigfried Haering committed Jun 21, 2024
1 parent 6d3c610 commit b0b914e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calorically_perfect.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit b0b914e

Please sign in to comment.