Skip to content

Commit

Permalink
Merge pull request #161 from NCAR/main-formatting
Browse files Browse the repository at this point in the history
Auto-format code changes
  • Loading branch information
boulderdaze authored Jun 24, 2024
2 parents 2d71510 + 3f6ef97 commit ed61d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/unit/micm/micm_c_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ TEST_F(MicmCApiTest, SolveMicmInstance)
double time_step = 200.0;
double temperature = 272.5;
double pressure = 101253.3;
constexpr double GAS_CONSTANT = 8.31446261815324; // J mol-1 K-1
constexpr double GAS_CONSTANT = 8.31446261815324; // J mol-1 K-1
double air_density = pressure / (GAS_CONSTANT * temperature);
int num_concentrations = 5;
double concentrations[] = { 0.75, 0.4, 0.8, 0.01, 0.02 };
Expand Down

0 comments on commit ed61d0e

Please sign in to comment.