b487a61
diff -up OS-2.10.2/test/unitTest.cpp.orig OS-2.10.2/test/unitTest.cpp
b487a61
--- OS-2.10.2/test/unitTest.cpp.orig	2016-01-24 11:51:56.000000000 -0700
b487a61
+++ OS-2.10.2/test/unitTest.cpp	2019-04-10 16:40:46.069207443 -0600
b487a61
@@ -1086,19 +1086,19 @@ cout << temposil << endl;
b487a61
                     throw ErrorClass("Failed column expansion of matrix 35 (by columns)");
b487a61
 
b487a61
                 int rowPartition2[6];
b487a61
-                rowPartition1[0]= 0;
b487a61
-                rowPartition1[1]= 5;
b487a61
-                rowPartition1[2]= 10;
b487a61
-                rowPartition1[3]= 15;
b487a61
-                rowPartition1[4]= 20;
b487a61
-                rowPartition1[5]= 25;
b487a61
+                rowPartition2[0]= 0;
b487a61
+                rowPartition2[1]= 5;
b487a61
+                rowPartition2[2]= 10;
b487a61
+                rowPartition2[3]= 15;
b487a61
+                rowPartition2[4]= 20;
b487a61
+                rowPartition2[5]= 25;
b487a61
 
b487a61
                 int colPartition2[5];
b487a61
-                colPartition1[0]= 0;
b487a61
-                colPartition1[1]= 6;
b487a61
-                colPartition1[2]= 12;
b487a61
-                colPartition1[3]= 18;
b487a61
-                colPartition1[4]= 24;
b487a61
+                colPartition2[0]= 0;
b487a61
+                colPartition2[1]= 6;
b487a61
+                colPartition2[2]= 12;
b487a61
+                colPartition2[3]= 18;
b487a61
+                colPartition2[4]= 24;
b487a61
 
b487a61
                 cout << endl << "Another matrix expansion in blocks format" << endl;
b487a61
                 ExpandedMatrixBlocks* test2_b