diff --git a/modules/io/src/mol/mmcif_reader.hh b/modules/io/src/mol/mmcif_reader.hh index b81faae37c92b0ecb9937340d68c1607d8215e9f..df7393968218c4e2ce44d40ce839400b52019811 100644 --- a/modules/io/src/mol/mmcif_reader.hh +++ b/modules/io/src/mol/mmcif_reader.hh @@ -146,7 +146,7 @@ private: /// \enum magic numbers of this class typedef enum { PDBID_LEN=4, ///< length of a PDB id - MAX_ITEMS_IN_ROW=16 ///< count for possible items in a loop row + MAX_ITEMS_IN_ROW=17 ///< count for possible items in a loop row } MMCifMagicNos; /// \enum items of the atom_site category