Skip to content
Snippets Groups Projects
Commit d632863b authored by Studer Gabriel's avatar Studer Gabriel
Browse files

mmcif writer: bugfix

parent 3fb435a9
No related branches found
No related tags found
No related merge requests found
...@@ -1338,7 +1338,7 @@ namespace { ...@@ -1338,7 +1338,7 @@ namespace {
if(entity_infos[entity_idx].is_poly) { if(entity_infos[entity_idx].is_poly) {
// scan for "-" in mon_ids // scan for "-" in mon_ids
for(size_t mon_id_idx = 0; for(size_t mon_id_idx = 0;
mon_id_idx < entity_infos[entity_idx].mon_ids.size(); ++entity_idx) { mon_id_idx < entity_infos[entity_idx].mon_ids.size(); ++mon_id_idx) {
if(entity_infos[entity_idx].mon_ids[mon_id_idx] == "-") { if(entity_infos[entity_idx].mon_ids[mon_id_idx] == "-") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment