Print

Print


Commit in projects/lcsim/trunk/plugin/src/main/java/org/lcsim/plugin/browser on MAIN
EventHeaderPanel.java+2-23130 -> 3131
Fix idrup naming convention for display in event panel.

projects/lcsim/trunk/plugin/src/main/java/org/lcsim/plugin/browser
EventHeaderPanel.java 3130 -> 3131
--- projects/lcsim/trunk/plugin/src/main/java/org/lcsim/plugin/browser/EventHeaderPanel.java	2014-05-20 07:11:11 UTC (rev 3130)
+++ projects/lcsim/trunk/plugin/src/main/java/org/lcsim/plugin/browser/EventHeaderPanel.java	2014-05-20 21:38:35 UTC (rev 3131)
@@ -49,8 +49,8 @@
         	 weight = fparams.get("_weight")[0];
          
          int idrup = 0;
-         if (iparams.containsKey("idrup"))
-        	 idrup = iparams.get("idrup")[0];
+         if (iparams.containsKey("_idrup"))
+        	 idrup = iparams.get("_idrup")[0];
          
          String slicVersion = "";
          if (sparams.containsKey("SLIC_VERSION"))
SVNspam 0.1


Use REPLY-ALL to reply to list

To unsubscribe from the LCDET-SVN list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCDET-SVN&A=1