提交 62a87ce3 编写于 作者: L LaurentBerger

Issue 6780

上级 22682f93
......@@ -16,13 +16,13 @@ int main()
{
if (i < data.rows/2)
{
data(i, 0) = 1;
data(i, 1) = 0;
responses(i, 0) = 1;
responses(i, 1) = 0;
}
else
{
data(i, 0) = 0;
data(i, 1) = 1;
responses(i, 0) = 0;
responses(i, 1) = 1;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册