Skip to content
Snippets Groups Projects
Commit 8fa62a8d authored by Bienchen's avatar Bienchen
Browse files

Updated MAX_ITEMS_IN_ROW for the MMCifParser.

parent 9614f898
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment