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

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Thu Jan 20 10:09:37 CST 2011


Author: wozniak
Date: 2011-01-20 10:09:37 -0600 (Thu, 20 Jan 2011)
New Revision: 4013

Modified:
   usertools/plotter/src/Lines.java
Log:
Additional notes


Modified: usertools/plotter/src/Lines.java
===================================================================
--- usertools/plotter/src/Lines.java	2011-01-20 16:07:44 UTC (rev 4012)
+++ usertools/plotter/src/Lines.java	2011-01-20 16:09:37 UTC (rev 4013)
@@ -154,6 +154,9 @@
   /**
      Args: Lines <properties> <output file> <data file>*
      Reads settings from properties: see scanProperties()
+     Produces EPS output file
+     Data files are two-columns of numbers each -
+        see LineReader.read() and LineReader.array()
   */
   public static void main(String[] args)
   {




More information about the Swift-commit mailing list