From 1f94ea3150341a364998713df3e215f5e313947c Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 3 Jul 2017 10:35:32 -0300 Subject: [PATCH] Fix double word 'in' when printing error (#122) --- src/openpose/pose/bodyPartConnectorBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openpose/pose/bodyPartConnectorBase.cpp b/src/openpose/pose/bodyPartConnectorBase.cpp index 83435d84..82eb484f 100644 --- a/src/openpose/pose/bodyPartConnectorBase.cpp +++ b/src/openpose/pose/bodyPartConnectorBase.cpp @@ -288,7 +288,7 @@ namespace op break; } else if (subsetCounter < 1) - error("Bad subsetCounter. Bug in in this function if this happens.", __LINE__, __FUNCTION__, __FILE__); + error("Bad subsetCounter. Bug in this function if this happens.", __LINE__, __FUNCTION__, __FILE__); } // Fill and return poseKeypoints -- GitLab