*** empty log message ***
authorhkhang <hkhang>
Fri, 5 Feb 2010 23:39:12 +0000 (23:39 +0000)
committerhkhang <hkhang>
Fri, 5 Feb 2010 23:39:12 +0000 (23:39 +0000)
Robust/src/Benchmarks/Recovery/MatrixMultiply/MatrixMultiply.java

index e53557f1a4580a88bffd6deb0c1cbe57dc244764..8d719c118a76893607b1580b675c133fec017226 100644 (file)
@@ -20,7 +20,7 @@ public class MatrixMultiply extends Task {
        }
 
        public void init() {
-               todoList = global new Queue();
+               todoList = global new GlobalQueue();
 
                fillTodoList();
        }