Skip to content

Commit

Permalink
main.cpp -> fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored Apr 17, 2024
1 parent 8070fe8 commit d93dd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serializer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ py::bytes _testOCCT() {
auto line = BRepBuilderAPI_MakeEdge(pt1,pt2).Edge();
std::ostringstream buf;
std::cout << "before bintools write";
BinTools::Write(shape, buf);
BinTools::Write(line, buf);
std::cout << "after bintools write";
std::cout << buf.str();
std::cout << "after buf.str";
Expand Down

0 comments on commit d93dd00

Please sign in to comment.