Changeset 3730 in Sophya for trunk/SophyaProg/Tests/tparlex.cc
- Timestamp:
- Jan 6, 2010, 4:45:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/tparlex.cc
r3721 r3730 1 1 #include <stdlib.h> 2 2 #include <stdio.h> 3 #include <string.h> 3 4 #include <time.h> 4 5 #include <unistd.h> … … 169 170 public: 170 171 TParTaskB(Matrix& a, Matrix& b, Matrix& c, int nth) 171 : mxa(a), mxb(b), mxc(c), n bex(0), nthread(nth)172 : mxa(a), mxb(b), mxc(c), nthread(nth), nbex(0) 172 173 { 173 174 }
Note:
See TracChangeset
for help on using the changeset viewer.