From 577da27af0d5c46e2d54d59b685aed92b5c033bb Mon Sep 17 00:00:00 2001 From: Xavier Robin <xavier.robin@unibas.ch> Date: Tue, 15 Oct 2024 13:25:21 +0200 Subject: [PATCH] Typos --- modules/io/doc/mmcif.rst | 2 +- modules/io/src/mol/mmcif_reader.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/io/doc/mmcif.rst b/modules/io/doc/mmcif.rst index 5c1874454..23bd2a530 100644 --- a/modules/io/doc/mmcif.rst +++ b/modules/io/doc/mmcif.rst @@ -105,7 +105,7 @@ Notes: It is a known limitation of the mmCIF format to allow ambiguous identifiers for waters (and ligands to some extent) and so we have to require these additional identifiers. -* An mmCIF file can contain several models (``atom.site.pdbx_PDB_model_num``). +* An mmCIF file can contain several models (``atom_site.pdbx_PDB_model_num``). Only the first model occurring in the mmCIF file is read (regardless of the actual model number). If extra models are ignored, a warning is logged. diff --git a/modules/io/src/mol/mmcif_reader.cc b/modules/io/src/mol/mmcif_reader.cc index 077e4c072..03abbad79 100644 --- a/modules/io/src/mol/mmcif_reader.cc +++ b/modules/io/src/mol/mmcif_reader.cc @@ -92,7 +92,7 @@ void MMCifReader::SetRestrictChains(const String& restrict_chains) bool MMCifReader::OnBeginData(const StringRef& data_name) { - LOG_DEBUG("MCIFFReader: " << profile_); + LOG_DEBUG("MMCifReader: " << profile_); Profile profile_import("MMCifReader::OnBeginData"); if (chain_count_ > 0) { std::stringstream ss; -- GitLab