|
[yoda-svn] r404 - trunk/tests/Histo2Dblackhole at projects.hepforge.org blackhole at projects.hepforge.orgMon Nov 7 09:13:22 GMT 2011
Author: mkawalec Date: Mon Nov 7 09:13:22 2011 New Revision: 404 Log: Placed the 'comment ending' sign in a proper place, which doesn't make the code illogical and noncompilable. Modified: trunk/tests/Histo2D/H2DFill.cc Modified: trunk/tests/Histo2D/H2DFill.cc ============================================================================== --- trunk/tests/Histo2D/H2DFill.cc Thu Oct 27 14:51:07 2011 (r403) +++ trunk/tests/Histo2D/H2DFill.cc Mon Nov 7 09:13:22 2011 (r404) @@ -119,9 +119,10 @@ tS = (startTime.tv_sec*1000000 + startTime.tv_usec)/(double)1000000; file2 << tE-tS << endl; cout << "Rebin: " << tE-tS << endl; + } */ - } + // Testing if fill() function does what it should cout << "Does fill() do what it should? ";
More information about the yoda-svn mailing list |