Commit in lcsim/src/org/lcsim/recon/emid/hmatrix on MAIN
HMatrixTask.java+14added 1.1
Simple enum for HMatrix building/analysis tasks.

lcsim/src/org/lcsim/recon/emid/hmatrix
HMatrixTask.java added at 1.1
diff -N HMatrixTask.java
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ HMatrixTask.java	18 Jul 2005 16:26:34 -0000	1.1
@@ -0,0 +1,14 @@
+/*
+ * HMatrixTask.java
+ *
+ * Created on July 17, 2005, 11:38 PM
+ *
+ * To change this template, choose Tools | Options and locate the template under
+ * the Source Creation and Management node. Right-click the template and choose
+ * Open. You can then make changes to the template in the Source Editor.
+ */
+
+package org.lcsim.recon.emid.hmatrix;
+
+public enum HMatrixTask
+{ BUILD, ANALYZE};
CVSspam 0.2.8