Skip to content

Commit

Permalink
fixed extraneous return statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
taniabanerjee committed Aug 9, 2022
1 parent f00ad86 commit dae50a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/adios2/operator/compress/CompressMGARDPlus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ size_t CompressMGARDPlus::Operate(const char *dataIn, const Dims &blockStart, co
double end = MPI_Wtime();
printf("Time taken for Training: %f\n", (end - start));
}
return offset;
bufferOutOffset += offset;
}

// printf ("My compress rank %d, MGARD size %zu\n", my_rank, mgardBufferSize);
Expand Down

0 comments on commit dae50a1

Please sign in to comment.