Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
miccar authored and miccar committed Nov 13, 2015
1 parent f2254b8 commit 82bcc08
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public abstract class DSparseGrid2D extends SparseGrid2D implements DistributedF
public int own_y; //y coordinate of north-west corner
public int my_width;
public int my_height;
public int jumpDistance;
public RegionInteger myfield;
public RegionMap<Integer,Int2D> rmap=new RegionMap<Integer,Int2D>();
public ArrayList<Region<Integer, Int2D>> updates_cache;
Expand Down

0 comments on commit 82bcc08

Please sign in to comment.