Skip to content

Commit d6622fa

Browse files
committed
fixed another compile error
1 parent d268f6d commit d6622fa

File tree

1 file changed

+1
-1
lines changed
  • modules/gapi/samples/pipeline_modeling_tool

1 file changed

+1
-1
lines changed

modules/gapi/samples/pipeline_modeling_tool/utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ inline void generateRandom(cv::Mat& out) {
3838
break;
3939
case CV_16F: {
4040
std::vector<int> dims;
41-
for (int i = 0; i < out.size.dims(); ++i) {
41+
for (int i = 0; i < out.size.dims; ++i) {
4242
dims.push_back(out.size[i]);
4343
}
4444
cv::Mat fp32_mat;

0 commit comments

Comments
 (0)