Mercurial > repos > public > sbplib
view printExpr.m @ 637:eead18a8964d feature/d1_staggered
Rename +- grids primal and dual grids
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 08 Nov 2017 10:56:09 -0800 |
parents | 54d3ab296ba0 |
children |
line wrap: on
line source
function printExpr(expr) result = evalin('caller',expr); fprintf('%s => %s\n', expr, toString(result)); end