Skip to content

Conversation

@kain88-de
Copy link
Member

Fixes #

Changes made in this Pull Request:

PR Checklist

  • Tests?
  • Docs?
  • CHANGELOG updated?
  • Issue raised/referenced?

A DCD has two byte positions to store the length of the remark section. First a
it reads number of bytes in the remark plus 4. Afterwards it has the number of
80 character sections. These two numbers have to match. So far we wrote first
that we use 164 chars and three 80 character blocks, 164 != 80*3 + 4

Now we corrected that and state correctly we write 244 bytes in the remark
section. We never noticed that because our reader ignores the information about
the byte length on looks only at the number of blocks.

As a side note here. DCD remarks always have have to be a multiple of 80 in
length.
Programs who use DCD have different conventions for istart, the starting frame
of the trajectory. Because of this we now allow it to be set by the user.
@kain88-de kain88-de closed this Feb 3, 2018
@kain88-de kain88-de deleted the dcd-use-istart branch February 3, 2018 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants