Skip to content

Commit

Permalink
updating configuration for spitfire demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis Chatzigiannakis committed Apr 25, 2012
1 parent 7047c15 commit 0b6bd6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions viz/build.xml
Expand Up @@ -8,9 +8,9 @@

<!-- <property name="logfile" value="/home/amaxilatis/Documents/Dropbox/tr.assembly/scripts/trace2.out"/> -->

<property name="logfile" value="./serialMonitorLogFile.txt"/>
<property name="logfile" value="../traces/spitfire/serialMonitorLogFile.txt"/>
<property name="delay" value="10"/>
<property name="propfile" value="./properties/spitfire.properties"/>
<property name="propfile" value="../traces/spitfire/spitfire.properties"/>

<!--
<property name="logfile" value="../traces/tinyRPL/BLIP2_0_6Nodes_20111013.dcf"/>
Expand Down
2 changes: 1 addition & 1 deletion viz/src/main/java/wiseViz/viz/base/VizPanel.java
Expand Up @@ -202,7 +202,7 @@ public VizPanel(final int width, final int height) {
*/
public void setup() {
// Create Environment.
size(2048, 768, OPENGL);
size(2048, 768, JAVA2D);
textMode(MODEL);
background(255);
noStroke();
Expand Down

0 comments on commit 0b6bd6e

Please sign in to comment.