Skip to content

Commit

Permalink
fixed oppWindow2D
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas committed Oct 1, 2012
1 parent 8b17c0e commit e80237c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oppWindow2D.m
Expand Up @@ -67,7 +67,7 @@

% SPMD
spmd
% Get local part and reshape to correct chunk
% Get local part and reshape to correct chunksize
loc_x = getLocalPart(x);
loc_x = reshape(loc_x,[m n/4]);

Expand Down Expand Up @@ -109,7 +109,7 @@

% SPMD
spmd
% Get local part and reshape
% Get local part and reshape to correct chunksize
loc_x = getLocalPart(x);
loc_x = reshape(loc_x,[m/2 n/2]);

Expand Down

0 comments on commit e80237c

Please sign in to comment.