Skip to content

Commit

Permalink
bugfix; fix broken regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnonaka committed Dec 10, 2024
1 parent 5d41a5c commit af2bec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_compressible_stag/writePlotFileStag.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ void WritePlotFileStag(int step,

}

if (plot_deltaY_dir != 1) {
if (plot_deltaY_dir != -1) {
x = "deltaYk_";
for (i=0; i<nspecies; i++) {
varNames[cnt] = x;
Expand Down

0 comments on commit af2bec3

Please sign in to comment.