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

Fixed ParsedConvergenceTable::difference() #13435

Merged

Conversation

luca-heltai
Copy link
Member

ParsedConvergenceTable::difference() was building a ConstantFunction with 0 as first argument. This is seen as ambiguous by gcc, which thinks we're trying to use the constructor that takes a pointer as a first argument.

@luca-heltai
Copy link
Member Author

/rebuild

@marcfehling marcfehling merged commit aff9479 into dealii:master Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants