Skip to content

Commit

Permalink
Fix typo in CoverageDependentSurfPhase_Test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jongyoonbae committed Mar 18, 2023
1 parent 9d2b920 commit 8275b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/thermo/CoverageDependentSurfPhase_Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ TEST_F(CoverageDependentSurfPhase_Test, standard_enthalpies_RT)
}
// Parameter for interpolative dependency
double h_int = us.convertFrom(0.75, "kcal/mol");
// Paramters for dependency on heat capacity
// Parameters for dependency on heat capacity
double cp_a = us.convertFrom(0.02e-1, "kJ/mol/K");
double cp_b = us.convertFrom(-0.156e-1, "kJ/mol/K");
double int_cp_tnow = test_Ts[5] * (cp_a * log(test_Ts[5]) - cp_a + cp_b);
Expand Down

0 comments on commit 8275b39

Please sign in to comment.