[Swift-commit] r7586 - usertools/plotter/src/plotter
wozniak at ci.uchicago.edu
wozniak at ci.uchicago.edu
Tue Feb 11 15:54:47 CST 2014
Author: wozniak
Date: 2014-02-11 15:54:47 -0600 (Tue, 11 Feb 2014)
New Revision: 7586
Modified:
usertools/plotter/src/plotter/Lines.java
Log:
Bug fix
Modified: usertools/plotter/src/plotter/Lines.java
===================================================================
--- usertools/plotter/src/plotter/Lines.java 2014-02-11 17:10:05 UTC (rev 7585)
+++ usertools/plotter/src/plotter/Lines.java 2014-02-11 21:54:47 UTC (rev 7586)
@@ -467,6 +467,7 @@
throws UserInputException
{
String s = properties.getProperty("graphics");
+ if (s == null) return;
int count = Integer.parseInt(s);
for (int i = 0; i < count; i++)
{
More information about the Swift-commit
mailing list