Skip to content

Commit

Permalink
Test_centos7_release_125
Browse files Browse the repository at this point in the history
Signed-off-by: arnaud <[email protected]>
  • Loading branch information
ARnDOSrte committed Nov 2, 2023
1 parent 5940150 commit 8e2447c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metrix-simulator/src/calculecrirecontraintesdodu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2865,6 +2865,7 @@ int Calculer::coeffPourQuadEnN(const std::shared_ptr<Quadripole>& quad,
int nbVarPrev = res_.nbVarGroupes_ + res_.nbVarConsos_ + res_.nbVarTd_ + res_.nbVarCc_;
for (int j = 0; j < nbVarPrev; ++j) {
numSupportDeEtat = numSupportEtat_[j];


if (typeEtat_[j] == PROD_H) {
coefs_[j] += coeff * b1[numSupportDeEtat];
Expand Down

0 comments on commit 8e2447c

Please sign in to comment.