Ignore:
Timestamp:
Mar 3, 2009, 5:46:00 PM (15 years ago)
Author:
garnier
Message:

ajout de comments de debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/modeling/src/G4TrajectoryDrawerUtils.cc

    r935 r936  
    242242    //
    243243    for (size_t iPoint = 0; iPoint < trajectoryLine.size (); iPoint++) {
    244       //      printf("DrawLineAndPoints trajectory i:%d/%d center:%f,%f,%f\n",iPoint,trajectoryLine.size (),trajectoryLine[iPoint].x(),trajectoryLine[iPoint].y(),trajectoryLine[iPoint].z());
     244      printf("DrawLineAndPoints trajectory i:%d/%d center:%f,%f,%f\n",iPoint,trajectoryLine.size (),trajectoryLine[iPoint].x(),trajectoryLine[iPoint].y(),trajectoryLine[iPoint].z());
    245245    }
    246246    for (size_t iPoint = 0; iPoint < auxiliaryPoints.size (); iPoint++) {
Note: See TracChangeset for help on using the changeset viewer.