-
Notifications
You must be signed in to change notification settings - Fork 7
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
Adding GENDF Capabilities to ENDFtk #73
Draft
nathangibson14
wants to merge
17
commits into
main
Choose a base branch
from
feature/gendf
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,666
−16
Draft
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
b877d76
Added partial implementation of GendfTape and GendfMaterial.
nathangibson14 942d614
Added implementation files for GendfMaterial.
nathangibson14 1efdb7a
Added GendfSection.hpp
nathangibson14 f5ab73e
Attempting to avoid separate implementation for GendfSection, aside f…
nathangibson14 2f74d15
Using BaseSection and inheritance.
nathangibson14 19bf9a7
Added tests for GendfSection, GendfMaterial. Also fixed GendfSection.
nathangibson14 b2939c1
Removed placeholder parse-gendf. Added testing for GendfTape and upd…
nathangibson14 681ca66
Added file I missed last time.
nathangibson14 6022b61
Added implementation of GendfBase.
nathangibson14 7dfe495
Fixed GendfBase problems and added testing.
nathangibson14 62c0ae4
Moved GendfBase lists into std::map
nathangibson14 e40a8e1
Added a GendfDataRecord class.
nathangibson14 7b279eb
Added test for GendfDataRecord.
nathangibson14 829dd2d
Added section::Gendf3
nathangibson14 acfcc95
Added parse-gendf.hpp to syntaxTree::Section
nathangibson14 3f22146
Added support for MFD6.
nathangibson14 ca8d37f
Added some in-code documentation.
nathangibson14 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Removed placeholder parse-gendf. Added testing for GendfTape and upda…
…ted GendfSection.test.
- Loading branch information
commit b2939c130b6eaea51ca9d160afff34207932e6d3
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job testing failure conditions. Are there others that also need to be tested?