view +scheme/errorMax.m @ 949:6d2167719557 feature/utux2D

Remove half-commented switch in Utux.
author Martin Almquist <malmquist@stanford.edu>
date Wed, 05 Dec 2018 15:27:44 -0800
parents 6db2094976a6
children
line wrap: on
line source

function e = errorMax(~, v1, v2)
    e = max(abs(v1-v2));
end