Skip to content

Commit

Permalink
fix figure id
Browse files Browse the repository at this point in the history
  • Loading branch information
modenaxe committed Nov 17, 2020
1 parent d5f698d commit 5034e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STAPLE/algorithms/STAPLE_pelvis.m
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
% debug plot
label_switch = 1;
if result_plots == 1
figure('Name', ['GIBOC | bone: pelvis | side: ', side_low])
figure('Name', ['STAPLE | bone: pelvis | side: ', side_low])
plotTriangLight(Pelvis, CS, 0); hold on
quickPlotRefSystem(CS);
quickPlotRefSystem(JCS.ground_pelvis);
Expand Down

0 comments on commit 5034e94

Please sign in to comment.