view flat_index.m @ 634:2e18b89ab032 bugfix/TiVectorInputs

Close before merge
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 23 Oct 2017 16:42:59 +0200
parents 48b6fb693025
children
line wrap: on
line source

function I = flat_index(n,i,j)
    I = i + (j - 1)*n;
end