Skip to content

Commit 5034e94

Browse files
committed
fix figure id
1 parent d5f698d commit 5034e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STAPLE/algorithms/STAPLE_pelvis.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
% debug plot
124124
label_switch = 1;
125125
if result_plots == 1
126-
figure('Name', ['GIBOC | bone: pelvis | side: ', side_low])
126+
figure('Name', ['STAPLE | bone: pelvis | side: ', side_low])
127127
plotTriangLight(Pelvis, CS, 0); hold on
128128
quickPlotRefSystem(CS);
129129
quickPlotRefSystem(JCS.ground_pelvis);

0 commit comments

Comments
 (0)