Mercurial > repos > public > sbplib
view scaleFigureSize.m @ 644:dc2918fb104d feature/d1_staggered
Switch to staggered-upwind staggered operators in Staggered1DAcoustics scheme.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Mon, 13 Nov 2017 11:49:49 -0800 |
parents | 0976e579a6f0 |
children |
line wrap: on
line source
function scaleFigureSize(fh, s) fh.Position(3:4) = s*fh.Position(3:4); end