We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96e8ac commit 8e82d97Copy full SHA for 8e82d97
cpp/RAT2/callCppFunction.cpp
@@ -56,7 +56,7 @@ namespace RAT
56
if (loop_ub - 1 >= 0) {
57
std::copy(&pointer_data[0], &pointer_data[loop_ub], &b_pointer_data[0]);
58
}
59
- py::print("convertString2HandlePtr: ", pointer_size[1]);
+ py::print("convertString2HandlePtr: ", pointer_data[0], pointer_data[loop_ub], pointer_size[1]);
60
callbackHandle = convertString2HandlePtr<CallbackInterface>(&b_pointer_data
61
[0]);
62
callback = std::mem_fn(&ClassHandle<CallbackInterface>::ptr)(callbackHandle);
0 commit comments