Skip to content

Commit

Permalink
Merge pull request #206 from vincentcasseau/main
Browse files Browse the repository at this point in the history
Post: fix to bug introduced in pull request 201
  • Loading branch information
vincentcasseau authored Oct 18, 2024
2 parents 53bf16a + 2297a57 commit 88962ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cassiopee/Post/Post/computeDiv2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ PyObject* K_POST::computeDiv2Struct3D(
E_Float ffx, ffy, ffz;
for (E_Int n = 0; n < nfld; n++)
{
E_Float* gpdv = gp.begin(n);
E_Float* gpdv = gp.begin(n+1);
E_Float* fpx = faceField.begin(3*n+1);
E_Float* fpy = faceField.begin(3*n+2);
E_Float* fpz = faceField.begin(3*n+3);
Expand Down

0 comments on commit 88962ab

Please sign in to comment.