You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: