Skip to content

Commit

Permalink
Merge pull request #5928 from Wang-yijun/bingham_fix_pr
Browse files Browse the repository at this point in the history
Fix bug in bingham_average and the cpo test
  • Loading branch information
tjhei authored Jun 21, 2024
2 parents 35cf98f + 6683a20 commit b537df3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion source/particle/property/cpo_bingham_average.cc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ namespace aspect
for (unsigned int i = 0; i < 3; ++i)
for (unsigned int j = 0; j < 6; ++j)
{
data[data_position + mineral_i*18 + i*3 + j] = bingham_average[i][j];
data[data_position + mineral_i*18 + i*6 + j] = bingham_average[i][j];
}
}
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b537df3

Please sign in to comment.