Skip to content

Commit 2135269

Browse files
author
Usseglio-Viretta
committed
Forgot to remove a debug import
1 parent cead7a8 commit 2135269

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed
-72.6 KB
Binary file not shown.

src/Create_mesh_for_FEM/microstructure_meshing_exported.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -732,9 +732,6 @@ function ImporttifButton_PolyPushed(app, event)
732732
app.datatype_array = 'uint16';
733733
[array, outcome] = app.function_import_microstructure;
734734
if outcome
735-
736-
array = array(30:80,30:80,30:80);
737-
738735
background_code = 0; % By default
739736
% Add one layer of background (so that background connectivity will be correctly calculated later)
740737
tmp = zeros(size(array)+2)+background_code;

0 commit comments

Comments
 (0)