Print

Print


Commit in slic on MAIN
aclocal.m4+2-21.37 -> 1.38
configure+1-11.142 -> 1.143
+3-3
2 modified files
fix bug in physics list include auto gen

slic
aclocal.m4 1.37 -> 1.38
diff -u -r1.37 -r1.38
--- aclocal.m4	16 Feb 2011 21:16:17 -0000	1.37
+++ aclocal.m4	17 Feb 2011 17:42:28 -0000	1.38
@@ -1,4 +1,4 @@
-]dnl $Header: /cvs/lcd/slic/aclocal.m4,v 1.37 2011/02/16 21:16:17 jeremy Exp $
+]dnl $Header: /cvs/lcd/slic/aclocal.m4,v 1.38 2011/02/17 17:42:28 jeremy Exp $
 
 dnl /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
 dnl Autoconf macros for SLIC and its dependencies.
@@ -610,7 +610,7 @@
 > $G4PHYSLISTSINC
 > $G4PHYSLISTSBUILD
 for physlist in $(echo $G4PHYSLISTS); do
-    echo -e "#include \"$physlist\"" >> $G4PHYSLISTSINC
+    echo -e "#include \"$physlist.hh\"" >> $G4PHYSLISTSINC
     echo -e "BUILDER( $physlist, \"\" )" >> $G4PHYSLISTSBUILD
 done
 AC_SUBST_FILE([G4PHYSLISTSINC])

slic
configure 1.142 -> 1.143
diff -u -r1.142 -r1.143
--- configure	16 Feb 2011 21:16:17 -0000	1.142
+++ configure	17 Feb 2011 17:42:28 -0000	1.143
@@ -3546,7 +3546,7 @@
 > $G4PHYSLISTSINC
 > $G4PHYSLISTSBUILD
 for physlist in $(echo $G4PHYSLISTS); do
-    echo -e "#include \"$physlist\"" >> $G4PHYSLISTSINC
+    echo -e "#include \"$physlist.hh\"" >> $G4PHYSLISTSINC
     echo -e "BUILDER( $physlist, \"\" )" >> $G4PHYSLISTSBUILD
 done
 
CVSspam 0.2.8