Skip to content

Commit

Permalink
Address Mac PriorityQueue problem.
Browse files Browse the repository at this point in the history
README updated to reflect new sample input file.


git-svn-id: http://codeswarm.googlecode.com/svn/trunk@32 eda9c206-d64f-0410-a2f2-67f3fa0499ed
  • Loading branch information
michael.ogawa committed Jun 22, 2008
1 parent 620eeee commit 5d644f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions code_swarm/README
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
The program will not run out of the box. The hardcoded variable INPUT_FILE needs
to be set to an existing data file.
There are currently no data files in the repository because they are
proprietary.

How to run:
Download the Processing IDE from http://processing.org.
Run Processing and open code_swarm.pde.
Expand Down
2 changes: 1 addition & 1 deletion code_swarm/code_swarm.pde
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ long dateSkipper = 6 * 60 * 60 * 1000; // period in ms
boolean takeSnapshots = false;

// Data storage
PriorityQueue eventsQueue;
PriorityQueue eventsQueue; // MAC OSX: USE PROCESSING 0142 or higher
ArrayList nodes;
ArrayList edges;
ArrayList people;
Expand Down

0 comments on commit 5d644f9

Please sign in to comment.