-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unrecognized routine label from GROUPR #73
Comments
By the way, this is the input for the GROUPR2 example in the NJOY class. |
NJOY21 only looks for one set of |
This input looks fine to me. You've got one temperature, per the sixth item on card 2 (and confirmed with only one entry on card 4). Card 9 (#1.1) says to process all file 3 xs's for material 125 at the one and only temperature. Card 9 (#1.2) says we're done with material 125. Card 10 is either zero to signify the end of groupr input or the next material to process. With a non-zero card 10 #2 we then repeat the card 9 sequence. When reaching card 10 #2 its the same scenario ... either zero and groupr's done or non-zero and loop back for more card 9's. We do the latter here and eventually reach card 10 #3 which properly terminates groupr input. If you're crashing in njoy21 when reading card10 #2 I'd say there's an issue with your new input processor --- Skip |
Thanks @kahlerac for that review. I looked at this at the end of last week and realized that the input parser was not interpreting things correctly. It did not know that’s one could have sets of cards 9 and 10, but assumed, instead, that all card 9s came, the. All card 10s came. I think I have a fix already implemented; I just have to update the tests to reflect the changes. |
Hi Jeremy,
Actually there can be multiple sets of card 9s before reading a card 10
... when processing multiple temperatures. See the input for legacy test
problem 2.
Skip
…On Thu, Aug 16, 2018 at 11:01 AM, Jeremy Lloyd Conlin < ***@***.***> wrote:
Thanks @kahlerac <https://github.com/kahlerac> for that review. I looked
at this at the end of last week and realized that the input parser was not
interpreting things correctly. It did not know that’s one could have sets
of cards 9 and 10, but assumed, instead, that all card 9s came, the. All
card 10s came.
I think I have a fix already implemented; I just have to update the tests
to reflect the changes.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#73 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AQ6USQg_bA_9hpoMn2vYzzSChiJ5uBJuks5uRYlOgaJpZM4V7VvE>
.
--
Dr. A. C. (Skip) Kahler
Kahler Nuclear Data Services, LLC
kahler3ac@gmail.com
+1 321 368 3645
|
This was fixed in #74 |
The following input file causes the error:
This goes through NJOY2016 (although that's no guarantee that it is working as expected.)
The text was updated successfully, but these errors were encountered: