view +scheme/errorMax.m @ 1208:7f427275bc9c feature/poroelastic

Merge heads
author Martin Almquist <malmquist@stanford.edu>
date Fri, 20 Sep 2019 15:00:19 -0700
parents 6db2094976a6
children
line wrap: on
line source

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