style edit

This commit is contained in:
Haritha
2018-06-17 18:41:33 +05:30
parent 8e548c254e
commit 61e0831d2b
+1 -1
View File
@@ -62,7 +62,7 @@ class Subview
{
// Check if input has been selected as required.
if (((input.n_rows != (endRow - beginRow + 1)) ||
(input.n_cols != (endCol - beginCol +1)))
(input.n_cols != (endCol - beginCol +1)))
&& !(endRow == 0 && endCol == 0))
{
if (beginCol != 0)