[HepData-svn] r1821 - trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Oct 10 13:07:13 BST 2014


Author: watt
Date: Fri Oct 10 13:07:13 2014
New Revision: 1821

Log:
Corrections to header in ROOT formatter

Modified:
   trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/RootFormatter.java

Modified: trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/RootFormatter.java
==============================================================================
--- trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/RootFormatter.java	Thu Oct  9 17:30:04 2014	(r1820)
+++ trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/RootFormatter.java	Fri Oct 10 13:07:13 2014	(r1821)
@@ -45,9 +45,11 @@
 
 
     public static String _header() {
-        String s = "#include \"TGraphAsymmErrors.h\"\n";
-        s += "gROOT->SetStyle(\"Plain\");\n\n";
-        s += "{\n\n";
+	//String s = "#include \"TGraphAsymmErrors.h\"\n";
+        //s += "gROOT->SetStyle(\"Plain\");\n\n";
+        //s += "{\n\n";
+	String s = "{\n\n"; // G.W. 10/10/2014
+	s += "  gROOT->SetStyle(\"Plain\");\n\n"; // G.W. 10/10/2014
         return s;
     }
 


More information about the HepData-svn mailing list