Skip to content

Commit

Permalink
fixes bug in qoi3
Browse files Browse the repository at this point in the history
  • Loading branch information
ScSteffen committed Jan 13, 2025
1 parent d462947 commit 14f75b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/snsolver_hpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,7 @@ void SNSolverHPC::SetProbingCellsLineGreen() {

// left column
double x1 = -0.2;
double y1 = -0.35 + j * block_size;
double y1 = -0.3 + j * block_size;
double x2 = x1 + block_size;
double y2 = y1 - block_size;

Expand Down

0 comments on commit 14f75b1

Please sign in to comment.