Skip to content

Commit

Permalink
Update warning message for duplicated dihedrals
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchwiebert committed Aug 24, 2024
1 parent 0dd9bcd commit a3a7c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FFSetup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@ void Dihedral::Add(const std::string &fileName, const std::string &merged,
exit(EXIT_FAILURE);
} else {
std::cout << "Warning: Ignoring duplicate periodicity of " << index
<< " for dihedral " << merged << " in "
<< fileName.c_str() << ". Using first entry.\n";
<< " for dihedral " << merged << " in " << fileName.c_str()
<< ".\n";
return;
}
}
Expand Down

0 comments on commit a3a7c1c

Please sign in to comment.