view show.m @ 1127:0aed89043ad6 feature/laplace_curvilinear_test

In LaplaceCurvilinear, use grid spacings from 1d opSets instead of using grid.scaling()
author Martin Almquist <malmquist@stanford.edu>
date Wed, 15 May 2019 16:55:02 -0700
parents 360280a55ae8
children
line wrap: on
line source

function show(str)
    assertType(str, {'string', 'char'})
    val = evalin('caller',str);
    fprintf('%s => %s\n\n', str, toString(val));
end