view test/@Snork/end.m @ 10796:eaf7c8ab3b0c

Replace 8 spaces with tabs in ChangeLogs
author Rik <octave@nomad.inbox5.com>
date Sun, 18 Jul 2010 22:22:45 -0700
parents f9ab19428cd8
children
line wrap: on
line source

function r = end (snk, index_pos, num_indices)

  if (num_indices ~= 1)
    error ('Snork object may only have one index')
  end
  
  r = length (snk.cack);

end