We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. Presently, MontePy converts surface cards to UPPERCASE when writing out an input.
Describe the solution you'd like Preserve the original case.
MCNP input file snippet
original:
Case-sensitive example C Cells 1 1 -1.0 -1 2 1 -0.5 -2 +1 3 0 +2 c Surfaces get changed 1 sO 0 2 So 2 c Data m1 8016.71c 2-02 $ comment 1 8017.71c 9-09 $ comment 2 imp:p 2 1 0 mode p nps 1
after writing:
Case-sensitive example C Cells 1 1 -1.0 -1 2 1 -0.5 -2 +1 3 0 +2 c Surfaces get changed 1 SO 0 2 SO 2 c Data m1 8016.71c 2-02 $ comment 1 8017.71c 9-09 $ comment 2 imp:p 2 1 0 mode p nps 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Presently, MontePy converts surface cards to UPPERCASE when writing out an input.
Describe the solution you'd like
Preserve the original case.
MCNP input file snippet
original:
after writing:
The text was updated successfully, but these errors were encountered: