Changeset 166 for MEMPHYS


Ignore:
Timestamp:
Jun 16, 2006, 10:36:44 AM (18 years ago)
Author:
barrand
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MEMPHYS/HEAD/applications/MEMPHYS_analysis.cxx

    r165 r166  
    8686              << " creation time " << timeStart
    8787              << " Volumes " << startVol << " " << stopVol << "\n"
    88               << " Start Pos (" << start_x << "," << start_y << "," << start_z << ")\n"
    89               << " Stop Pos (" << stop_x << "," << stop_y << "," << stop_z << ")\n"
     88              << " Start Pos (" << start_x
     89              << "," << start_y << "," << start_z << ")\n"
     90              << " Stop Pos (" << stop_x
     91              << "," << stop_y << "," << stop_z << ")\n"
    9092              << " dx,dy,dz " << dx << " " << dy << " " << dz << "\n"
    9193              << " m " << mass
     
    154156  std::cout << header << "rows = " << tuple->rows() << std::endl;
    155157
    156   //int nentries = tuple->rows();
     158  int nentries = tuple->rows();
    157159  //int nentries = 100000;
    158   int nentries = 40;
     160  //int nentries = 40;
    159161  std::cout << header
    160162            << "traitements de " << nentries << " entrees"
Note: See TracChangeset for help on using the changeset viewer.