Skip to content

Commit

Permalink
Add a dREL definition method for the _citation.id data item. (#366)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Rowles <rowlesmr@gmail.com>
  • Loading branch information
vaitkus and rowlesmr committed Jun 7, 2023
1 parent 9be8e24 commit ded9fe2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion cif_core.dic
Original file line number Diff line number Diff line change
Expand Up @@ -16019,7 +16019,7 @@ save_citation.id

_definition.id '_citation.id'
_alias.definition_id '_citation_id'
_definition.update 2021-10-27
_definition.update 2023-04-04
_description.text
;
Unique identifier to the CITATION list. A value of 'primary'
Expand All @@ -16042,6 +16042,16 @@ save_citation.id
2
3

_method.purpose Definition
_method.expression
;
if (len(citation) == 1) {
_enumeration.default = "primary"
} else {
_enumeration.default = missing
}
;

save_

save_citation.journal_abbrev
Expand Down Expand Up @@ -27534,6 +27544,8 @@ save_
# Please update the date above and describe the change below until
# ready for the next release

Added a dREL definition method for the _citation.id data item.

Rewrote the _atom_type.radius_contact evaluation method as a definition
method.

Expand Down

0 comments on commit ded9fe2

Please sign in to comment.