Skip to content

Commit dc6fcab

Browse files
committed
fix: revert mask change in demo.m
1 parent dc333be commit dc6fcab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function demo(args)
3333

3434
%% Run StrataTrapper
3535

36-
mask = true(ceil(grid.cells.num* 0.1),1); % process only a fraction of cells
36+
mask = true(ceil(grid.cells.num* 1e-3),1); % process only a fraction of cells
3737

3838
sub_rock = downscale_all(grid,rock,mask,downscale_params);
3939

0 commit comments

Comments
 (0)