-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Is it possible to check in a multi-block JCAMP-file, if there is any block with DATA_TYPE=LINK
and to adjust the behaviour of the splitMultiblockDX
-function accordingly? I experienced that in cases where the LINK-block is missing, the function will now simply throw an error because it thinks that the number of START
and END
statements do not match. I viewed the code and found out that this is due to the implicit assumption that there must always be a LINK-block. In my example, however, there was no such block, so I added it manually.
Metadata
Metadata
Assignees
Labels
No labels