Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 92a42a24e288ea3b162da4316ceef11e > files > 2

HepMC-2.06.09-3.fc18.src.rpm

provide dummy hwaend_ function in examples.

--- a/examples/fio/example_MyHerwig.cc
+++ b/examples/fio/example_MyHerwig.cc
@@ -21,6 +21,8 @@
 #include "HepMC/GenEvent.h"
 #include "HepMC/HEPEVT_Wrapper.h"
 
+extern "C" void hwaend_() {}
+
 int main() { 
     //
     //........................................HEPEVT
--- a/examples/fio/testHerwigCopies.cc
+++ b/examples/fio/testHerwigCopies.cc
@@ -13,6 +13,8 @@
 #include "HepMC/CompareGenEvent.h"
 #include "HepMC/HEPEVT_Wrapper.h"
 
+extern "C" void hwaend_() {}
+
 int main() { 
     //
     //........................................HEPEVT