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

Explicit call to method in BoundaryConditionBase #139

Merged
merged 2 commits into from
Aug 28, 2018

Conversation

AntoineMazuyer
Copy link
Contributor

Fix #138

@@ -655,7 +655,7 @@ void BoundaryConditionBase::ApplyBoundaryConditionToSystem( set<localIndex> cons
dataRepository::ViewWrapper<fieldType> & view = dynamic_cast< dataRepository::ViewWrapper<fieldType> & >(*vw);
dataRepository::view_rtype<fieldType> field = view.data();

ApplyBoundaryConditionToSystem<BC_OP>( targetSet,
this->ApplyBoundaryConditionToSystem<BC_OP>( targetSet,
time,
Copy link
Member

Choose a reason for hiding this comment

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

Can you indent these lines?

@rrsettgast
Copy link
Member

@AntoineMazuyer merge this when the tests complete. Thanks!

@AntoineMazuyer AntoineMazuyer merged commit d7dd2bf into develop Aug 28, 2018
@AntoineMazuyer AntoineMazuyer deleted the bugfix/issue-138 branch August 28, 2018 00:26
rrsettgast added a commit that referenced this pull request May 14, 2024
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

Successfully merging this pull request may close these issues.

2 participants