Skip to content

Commit

Permalink
Merge pull request #104 from damien-masse/diffinclusion
Browse files Browse the repository at this point in the history
bugfix
  • Loading branch information
SimonRohou authored Jan 19, 2024
2 parents aa1732f + f7fb95a commit 1c03820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/2/integration/codac2_IParals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ namespace codac2 {
if (this->empty) {
return (*this = x);
}
this->bbox() |= x.bbox();
for (unsigned int i=1;i<this->nbmat;i++) {
this->rhs(i) |= x.getPar(this->Imat(i));
}
Expand Down

0 comments on commit 1c03820

Please sign in to comment.