restored erroneously removed initializations of s & t

git-svn-id: svn://anubis/gvsu@171 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-09-26 17:41:17 +00:00
parent aec181807c
commit e1666dd72b

View File

@ -88,6 +88,8 @@ int main(int argc, char * argv[])
if (file_to_read != 2)
usage(argv[0]);
s = &files[0];
t = &files[1];
pthread_t * threads = new pthread_t[num_threads];
matrix = new int[files[0].size() * files[1].size()];
pthread_barrier_init(&barrier, NULL, num_threads);