- changed the output
authorAnatoly <Titov_AI@pnpi.nrcki.ru>
Fri, 2 Oct 2020 12:55:10 +0000 (15:55 +0300)
committerAnatoly <Titov_AI@pnpi.nrcki.ru>
Fri, 2 Oct 2020 12:55:10 +0000 (15:55 +0300)
src/corrtype.cpp

index ecb6e3254ffceddb099702feed2b8c353957e070..16f07d22ff5503b6e3ccfa6c6baae4746e760a68 100644 (file)
@@ -204,7 +204,6 @@ void correlationType::correlationEval() {
         a.resize(index.size(), d);
         b.resize(index.size(), d);
         c.resize(index.size(), d);
-        std::cout << "\tola001.4";
         for (size_t j {0}; j < static_cast< size_t >(window); j++) {
             for (size_t k1 {0}; k1 < index.size(); k1++) {
                 for (size_t k2 {0}; k2 < index.size(); k2++) {
@@ -228,7 +227,7 @@ void correlationType::correlationEval() {
                 matrixes[i][j][k] = a[j][k] / (std::sqrt(b[j][k] * c[j][k]));
             }
         }
-        std::cout << "\tola001.5";
+        std::cout << "\tola001.5 " << i << std::endl;
     }
     #pragma omp barrier
     std::cout << "\t ola001.6" << std::endl;