Skip to content

Commit

Permalink
Fix grammar in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchwiebert committed Aug 7, 2024
1 parent ff3f67a commit 124ff98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FFSetup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,8 @@ void Dihedral::Read(Reader &param, std::string const &firstVar) {
if (index == 0) {
// set phase shift for n=0 to 90 degree
// We will have C0 = Kchi (1 + cos(0 * phi + 90)) = Kchi
//this avoids double counting the C0 (constant offset) term, which is used force fields like TraPPE
// this avoids double counting the C0 (constant offset) term, which is used
// in force fields like TraPPE
def = 90.00;
}
Add(merged, coeff, index, def);
Expand Down

0 comments on commit 124ff98

Please sign in to comment.