Commit in slic on MAIN
GNUmakefile+6-21.32 -> 1.33
src/CmdRegistry.cc+2-21.12 -> 1.13
   /G4Application.cc+2-21.63 -> 1.64
+10-6
3 modified files


slic
GNUmakefile 1.32 -> 1.33
diff -u -r1.32 -r1.33
--- GNUmakefile	9 Feb 2006 22:18:58 -0000	1.32
+++ GNUmakefile	23 Feb 2006 00:12:42 -0000	1.33
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/slic/GNUmakefile,v 1.32 2006/02/09 22:18:58 jeremy Exp $
+# $Header: /cvs/lcd/slic/GNUmakefile,v 1.33 2006/02/23 00:12:42 jeremy Exp $
 #
 # Makefile for SLIC simulation package based on examples GNUmakefile by G. Cosmo.
 #
@@ -86,6 +86,10 @@
 version:
 	./ac.sh ; \
 	./configure --enable-version --enable-package-info ; \
-	cvs commit -m "JM: update for next version" VERSION configure configure.ac include/PackageInfo.hh ; \
+	cvs commit -m "JM: update for $$(cat VERSION)" VERSION configure configure.ac include/PackageInfo.hh ; \
 	./scripts/rtag.sh ;
 
+.PHONY: vtest
+vtest:
+	echo "JM: update for $$(cat VERSION)"
+

slic/src
CmdRegistry.cc 1.12 -> 1.13
diff -u -r1.12 -r1.13
--- CmdRegistry.cc	19 Oct 2005 22:51:15 -0000	1.12
+++ CmdRegistry.cc	23 Feb 2006 00:12:42 -0000	1.13
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/src/CmdRegistry.cc,v 1.12 2005/10/19 22:51:15 jeremy Exp $
+// $Header: /cvs/lcd/slic/src/CmdRegistry.cc,v 1.13 2006/02/23 00:12:42 jeremy Exp $
 #include "CmdRegistry.hh"
 
 using namespace std;
@@ -16,7 +16,7 @@
     static const int opt_width = 8;
     static const int mm_width = 10;
     static const int descr_width = 15;
-    static const int name_width = 20;
+    static const int name_width = 16;
     static const int cmd_width = 24;
     static const int sep_width = 123;
 

slic/src
G4Application.cc 1.63 -> 1.64
diff -u -r1.63 -r1.64
--- G4Application.cc	9 Feb 2006 03:05:41 -0000	1.63
+++ G4Application.cc	23 Feb 2006 00:12:42 -0000	1.64
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/src/G4Application.cc,v 1.63 2006/02/09 03:05:41 jeremy Exp $
+// $Header: /cvs/lcd/slic/src/G4Application.cc,v 1.64 2006/02/23 00:12:42 jeremy Exp $
 #include "G4Application.hh"
 
 // slic
@@ -482,7 +482,7 @@
     /* Set the physics list. */
     CmdLineOpt* cmd_phys = new CmdLineOpt("l",
 					  "physics-list",
-					  "Set G4 physics list.",
+					  "Set Geant4 physics list.",
 					  1,
 					  1);
     cmd_mgr->addCmd(cmd_phys, "/physics/select");
CVSspam 0.2.8