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

Fix file includes in egs++ input files #583

Merged
merged 1 commit into from
Aug 24, 2020
Merged

Conversation

rtownson
Copy link
Collaborator

@rtownson rtownson commented Feb 23, 2020

Fixes file includes in egs++, so that the external file content is inserted into the total input file content before everything else is processed. This fixes a bug where composite geometries that referenced a geometry in the external file would crash, because the external geometry hadn't been loaded and assigned a name yet.

Fix file includes in egs++, so that the file content is inserted into
the total input file content before everything else is processed. This
fixes a bug where composite geometries that referenced a geometry in the
external file would crash, because the external geometry hadn't been
loaded and assigned a name yet.
Copy link
Member

@ftessier ftessier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for taking the time to clean this up for the additional comments.

@ftessier ftessier merged commit 9bdd1b7 into develop Aug 24, 2020
@ftessier ftessier deleted the fix-file-includes branch August 24, 2020 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants