Skip to content

Commit

Permalink
Minor refactors for PR#8
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed Jun 26, 2024
1 parent 1317099 commit 99ed75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/writer/tswriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ TsWriterCPP::TsWriterCPP(
}


void TsWriterCPP::WriteImage(py::array& py_image) {
void TsWriterCPP::WriteImageData(py::array& py_image) {

// use switch instead of template to avoid creating functions for each datatype
switch(_dtype_code)
Expand Down

0 comments on commit 99ed75f

Please sign in to comment.