Print

Print


Commit in projects/slic/branches/v00-00-01_SLIC-218-dev/include on MAIN
SlicApplication.hh+13-42882 -> 2883
minor reformatting

projects/slic/branches/v00-00-01_SLIC-218-dev/include
SlicApplication.hh 2882 -> 2883
--- projects/slic/branches/v00-00-01_SLIC-218-dev/include/SlicApplication.hh	2014-01-15 22:03:04 UTC (rev 2882)
+++ projects/slic/branches/v00-00-01_SLIC-218-dev/include/SlicApplication.hh	2014-01-15 22:04:13 UTC (rev 2883)
@@ -21,12 +21,20 @@
 class SlicApplicationMessenger;
 class RunManager;
 
-static const char* ErrorCodeStrings[] = { "okay", "unknown error", "caught unknown exception", "caught STD exception", "output file already exists",
-        "failed to delete old output file", "event underflow", "invalid geometry setup", "event generator was never setup" };
+static const char* ErrorCodeStrings[] = {
+        "okay",
+        "unknown error",
+        "caught unknown exception",
+        "caught STD exception",
+        "output file already exists",
+        "failed to delete old output file",
+        "event underflow",
+        "invalid geometry setup",
+        "event generator was never setup" };
 
 /**
  * @class SlicApplication
- * @brief Singleton class for a Geant4 application.
+ * @brief Singleton class for a Geant4 application
  * @note  Instantiates manager and messenger classes, including
  *        user actions, G4RunManager, GeneratorManager, and PhysicsListManager.
  */
@@ -38,7 +46,8 @@
      * Indicates the run mode: batch or interactive.
      */
     enum ERunMode {
-        eBatch = 1, eInteractive = 2
+        eBatch = 1,
+        eInteractive = 2
     };
 
     /**
SVNspam 0.1


Use REPLY-ALL to reply to list

To unsubscribe from the LCDET-SVN list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCDET-SVN&A=1