Mercurial > hg > mep
diff MelodyResults.java @ 10:3dd7636ca811
Add facility for printing out debugging info.
Ignore-this: 8073cadd49dcc4a7e7cc81dd25f90e89
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Fri, 04 Nov 2011 17:44:38 +0000 |
parents | 1fe7ac28a3ca |
children | 84d943797cf2 |
line wrap: on
line diff
--- a/MelodyResults.java Fri Nov 04 16:53:17 2011 +0000 +++ b/MelodyResults.java Fri Nov 04 17:44:38 2011 +0000 @@ -2,7 +2,7 @@ * File: MelodyResults.java * Author: Marcus Pearce <m.pearce@gold.ac.uk> * Created: <2007-02-14 11:28:27 marcusp> - * Time-stamp: <2010-06-14 13:00:50 marcusp> + * Time-stamp: <2011-11-04 17:35:30 marcusp> *============================================================================= */ @@ -57,7 +57,8 @@ /* add a reponse i and time t (nanoseconds) */ public void addResponse(int i, long t) { - //System.out.println("addResponse(" + i + ", " + t + ")"); + //if (exp.getDebug()) + // System.out.println("addResponse(" + i + ", " + t + ")"); responses.add(i); responseTimes.add(t); }