Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
jeichner committed May 22, 2013
1 parent f4515eb commit 4d8d1e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified sabine.jar
Binary file not shown.
8 changes: 4 additions & 4 deletions src/main/SABINE_Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,10 @@ public static void main(String[] args) {
}

if (! caller.silent) System.out.println("\nOutput file: " + outfile + "\n");
}

if (caller.stopTime) {
System.out.println("Time elapsed: " + caller.stopwatch.toString());
if (caller.stopTime) {
System.out.println("Time elapsed: " + caller.stopwatch.toString());
}
}
}

Expand Down

0 comments on commit 4d8d1e3

Please sign in to comment.