Skip to content
Snippets Groups Projects
Commit aac264c1 authored by Yoann Guilhem's avatar Yoann Guilhem Committed by Nicola Vigano
Browse files

Bugfix: typo in function call

parent 01222b91
No related branches found
No related tags found
No related merge requests found
...@@ -159,10 +159,10 @@ for k = 1:length(bounds_list) ...@@ -159,10 +159,10 @@ for k = 1:length(bounds_list)
poles_areas=repmat(poles_areas', 48, 1); poles_areas=repmat(poles_areas', 48, 1);
% poles_areas=poles_areas(ndx); % poles_areas=poles_areas(ndx);
gtmakePoleFigure(poles, poles_areas) gtMakePoleFigure(poles, poles_areas)
title(sprintf('boundary %d', bounds_list(k))) title(sprintf('boundary %d', bounds_list(k)))
gtmakePoleFigure(poles) gtMakePoleFigure(poles)
title(sprintf('boundary %d (not weighted by mesh areas', bounds_list(k))) title(sprintf('boundary %d (not weighted by mesh areas', bounds_list(k)))
keyboard keyboard
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment