view scaleFigureSize.m @ 589:53d422efaabd feature/better_multiblock_defs

Remove abstract methods getGridSizes from multiblock.Definition
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 11 Sep 2017 13:57:04 +0200
parents 0976e579a6f0
children
line wrap: on
line source

function scaleFigureSize(fh, s)
    fh.Position(3:4) = s*fh.Position(3:4);
end