Mercurial > repos > public > sbplib
view +scheme/error1d.m @ 1146:52f59d27b40f feature/rv
Add missing semicolon
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Sat, 19 Jan 2019 17:20:14 +0100 |
parents | ed6a704b028d |
children |
line wrap: on
line source
function e = error1d(discr, v1, v2) h = discr.h; e = sqrt(h*sum((v1-v2).^2)); end