Skip to content
Snippets Groups Projects
Commit d8999feb authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

Fix typo in mmcif_reader.cc

parent 471599cb
Branches
Tags
No related merge requests found
......@@ -490,7 +490,7 @@ void MMCifReader::ParseAndAddAtom(const std::vector<StringRef>& columns)
if (has_model_) {
if (curr_model_ != model_id) {
if (warned_ignored_model_.find(model_id) == warned_ignored_model_.end()) {
LOG_WARNING("Ignorning new model " << model_id <<
LOG_WARNING("Ignoring new model " << model_id <<
". Only model " << curr_model_ << " was read.");
warned_ignored_model_.insert(model_id);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment