Ignore:
Timestamp:
Jun 18, 2002, 11:06:53 PM (23 years ago)
Author:
ansari
Message:

Correction print ds ProcSampleCounter - Reza 18/6/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/toimanager.cc

    r1999 r2076  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: toimanager.cc,v 1.13 2002-05-13 15:50:50 ansari Exp $
     5// $Id: toimanager.cc,v 1.14 2002-06-18 21:06:53 ansari Exp $
    66
    77#include "toimanager.h"
     
    110110      nb_dns_print++;
    111111      cout << ">>> " << _msg << ": ProcessedSampleCount()= " << last_sample_count
    112            << " Frac done = " << processed_samples*100/total_sample_count << " %" << endl;
     112           << " Frac done = " << (double)processed_samples*100./(double)total_sample_count << " %" << endl;
    113113      if (last_sample_count > total_sample_count-10)  alldone = true;
    114114      nb_sleep = 0;
Note: See TracChangeset for help on using the changeset viewer.