[Swift-commit] r4684 - usertools/plotter/src/plotter

jonmon at ci.uchicago.edu jonmon at ci.uchicago.edu
Thu Jun 23 19:16:34 CDT 2011


Author: jonmon
Date: 2011-06-23 19:16:34 -0500 (Thu, 23 Jun 2011)
New Revision: 4684

Modified:
   usertools/plotter/src/plotter/Plotter.java
Log:
o added comment about commandline error checking



Modified: usertools/plotter/src/plotter/Plotter.java
===================================================================
--- usertools/plotter/src/plotter/Plotter.java	2011-06-24 00:16:01 UTC (rev 4683)
+++ usertools/plotter/src/plotter/Plotter.java	2011-06-24 00:16:34 UTC (rev 4684)
@@ -8,6 +8,10 @@
 {
     public static void main(String[] args)
     {
+    	/* 
+    	 * Fix this check: Need to check to see if the specify one of the types of plots first
+    	 * then check to see if the argument counts is correct.
+    	 */
         if (args.length < 4 )
         {
             usage();




More information about the Swift-commit mailing list