[Rivet-svn] r1899 - trunk/plugindemo

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Oct 12 14:13:49 BST 2009


Author: jmonk
Date: Mon Oct 12 14:13:48 2009
New Revision: 1899

Log:
fix #342

Modified:
   trunk/plugindemo/Makefile.am
   trunk/plugindemo/MyAnalysis.cc

Modified: trunk/plugindemo/Makefile.am
==============================================================================
--- trunk/plugindemo/Makefile.am	Fri Oct  9 17:23:23 2009	(r1898)
+++ trunk/plugindemo/Makefile.am	Mon Oct 12 14:13:48 2009	(r1899)
@@ -2,7 +2,7 @@
 
 pluginlib = RivetMyAnalysis.so
 if WITH_OSX
-  shared_flags = -undefined dynamic_lookup
+  shared_flags = -undefined dynamic_lookup -bundle 
 else
   shared_flags = -shared
 endif

Modified: trunk/plugindemo/MyAnalysis.cc
==============================================================================
--- trunk/plugindemo/MyAnalysis.cc	Fri Oct  9 17:23:23 2009	(r1898)
+++ trunk/plugindemo/MyAnalysis.cc	Mon Oct 12 14:13:48 2009	(r1899)
@@ -19,11 +19,6 @@
     }
         
     
-    /// Return the name of this analysis
-    string name() const {
-      return "MyAnalysis";
-    }
-    
     /// Get the SPIRES ID code
     string spiresId() const {
       return "NONE";


More information about the Rivet-svn mailing list