Commit 67a7826d authored by Andrey Pavlenko's avatar Andrey Pavlenko

Merge pull request #6782 from LaurentBerger:I6780

parents dcaac985 62a87ce3
......@@ -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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment