Skip to content

Commit

Permalink
build SWIG bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Smith committed Oct 2, 2023
1 parent d5a12e5 commit d11230e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions six/modules/c++/cphd/include/cphd/CPHDWriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,14 @@ struct CPHDWriter final
const std::vector<std::string>& schemaPaths = std::vector<std::string>(),
size_t numThreads = 0,
size_t scratchSpaceSize = 4 * 1024 * 1024);
#ifndef SWIGPYTHON
CPHDWriter(
const Metadata& metadata,
const std::filesystem::path& pathname,
const std::vector<std::filesystem::path>* pSchemaPaths = nullptr,
size_t numThreads = 0,
size_t scratchSpaceSize = 4 * 1024 * 1024);
#endif

CPHDWriter() = delete;
CPHDWriter(const CPHDWriter&) = delete;
Expand Down

0 comments on commit d11230e

Please sign in to comment.