Skip to content

Commit bc81cc7

Browse files
committed
hijk
1 parent 8a20103 commit bc81cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/includes/functions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ void stringToRatBoundedArray(std::string value, char_T result_data[], int32_T re
104104
{
105105
result_size[0] = 1;
106106
result_size[1] = value.length();
107-
107+
py::print("stringToRatBoundedArray", value.length(), value);
108108
for (int32_T idx1{0}; idx1 < value.length(); idx1++) {
109109
result_data[idx1] = value[idx1];
110110
}

0 commit comments

Comments
 (0)