Commit 116a0ad5 authored by axel's avatar axel
Browse files

correction d'affichage

parent a0318596
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -224,10 +224,10 @@ void LrScene::generateImage(int nbThreads)
    cout  << (char)8 << ']' << endl;
    
    __getTimevalDiff(tvCalculBeg,tvCalculEnd,h,m,s,us);
    cout << "Temps de calcul : " << h << " heures, " << m << " minules, "
    cout << "Temps de calcul : " << h << " heures, " << m << " minutes, "
            << s << " secondes, " << us << " microsecondes" << endl;
    
    __getTimevalDiff(tvInitBeg,tvCalculEnd,h,m,s,us);
    cout << "Temps total : " << h << " heures, " << m << " minules, "
    cout << "Temps total : " << h << " heures, " << m << " minutes, "
            << s << " secondes, " << us << " microsecondes" << endl;
}