]> AND Private Git Repository - Cipher_code.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
aze
authorRaphaël Couturier <raphael.couturier@univ-fcomte.fr>
Tue, 25 Feb 2020 03:21:38 +0000 (04:21 +0100)
committerRaphaël Couturier <raphael.couturier@univ-fcomte.fr>
Tue, 25 Feb 2020 03:21:38 +0000 (04:21 +0100)
IDA_new/ida_gf65_paper3.cpp

index 99700122bddbca561a44d98714b1777403ffc69a..41440db317b8cb40c84cbc77e2fc8bed2aca391d 100644 (file)
@@ -505,7 +505,7 @@ int main(int argc, char **argv)
 */
 
 //  sleep(2);
-  float toto=0.001
+  float toto=0.001;
   auto start = std::chrono::system_clock::now();
   matC=matrix_multiply(&gf, matG, matS, n, t, t, len, w,&toto);
   auto end = std::chrono::system_clock::now();