Skip to content
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

Feature: Allow card pass through #54

Closed
MicahGale opened this issue Feb 1, 2022 · 3 comments
Closed

Feature: Allow card pass through #54

MicahGale opened this issue Feb 1, 2022 · 3 comments
Assignees
Milestone

Comments

@MicahGale
Copy link
Collaborator

The idea is that when working on large problems (e.g., ATR whole core) you don't want to modify card formatting for parts of the file you aren't editing (e.g., the fuel geometry definition.

I think how to do this is to store all the original file lines (or read them JIT) with an input. All cards has a "mutated" flag. The MCNP file formatting function will only be called if the card has been mutated.

@MicahGale
Copy link
Collaborator Author

Working on this with !9.

@MicahGale
Copy link
Collaborator Author

Still will need to implement new unit tests for this feature.

@MicahGale
Copy link
Collaborator Author

mentioned in commit 01996be

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

No branches or pull requests

1 participant