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 compilation with 64-bit integers #13146

Merged
merged 1 commit into from Dec 29, 2021

Conversation

kronbichler
Copy link
Member

Fixes a few bugs that were uncovered by #13109, even though the cause is older. See the failure on one of our regression testers: https://cdash.43-1.org/viewBuildError.php?buildid=8941

Copy link
Member

@bangerth bangerth left a comment

Choose a reason for hiding this comment

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

Nice, I like it!

@@ -920,7 +919,8 @@ namespace Step31
{
stokes_matrix.clear();

BlockDynamicSparsityPattern dsp(stokes_block_sizes, stokes_block_sizes);
BlockDynamicSparsityPattern dsp(stokes_dofs_per_block,
stokes_dofs_per_block);
Copy link
Member

Choose a reason for hiding this comment

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

Nice spot!

@bangerth
Copy link
Member

/rebuild

@bangerth
Copy link
Member

How did the 64bit CI check not find this?

@bangerth bangerth merged commit 944f80f into dealii:master Dec 29, 2021
@kronbichler kronbichler deleted the fix_64bit_compile branch May 11, 2022 20:06
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

4 participants