Verify J_SEQ_START and D_SEQ_START bug is gone

Issue #106 resolved
Jason Vander Heiden created an issue

Found a bug in an old file where the J_SEQ_START and D_SEQ_START entries were incorrectly calculated by MakeDb and needed to be changed to:

J_SEQ_START = J_SEQ_START + V_SEQ_START - 1
D_SEQ_START = D_SEQ_START + V_SEQ_START - 1

We need to verify that this bug is gone.

Comments (3)

  1. Log in to comment